TIP 209: Add [clock milliseconds], and [clock microseconds]

Login
Author:         Reinhard Max <[email protected]>
State:          Final
Type:           Project
Vote:           Done
Created:        12-Jul-2004
Post-History:   
Keywords:       clock, milliseconds, microseconds
Tcl-Version:    8.5
Tcl-Ticket:	    991742

Abstract

This TIP proposes to replace clock clicks -milliseconds by clock milliseconds and clock clicks -microseconds by clock microseconds.

Proposed change

  1. Rename the clock clicks -microseconds command as defined by [124] to clock microseconds.

  2. Deprecate clock clicks -milliseconds, and make it's functionality as defined by [124] available as clock milliseconds.

Rationale

In the author's understanding, the whole purpose of the clock clicks name was to indicate that the returned value is neither absolute nor guaranteed to have the same unit on different platforms. With the changes of [124] in place both cases are not true anymore. Therefore the commands to return absolute timestamps with millisecond and microsecond resolution should be on the same level as clock seconds rather than being switches to clock clicks.

The -microseconds option can be removed from clock clicks immediately, because it never has been part of an official Tcl release while -milliseconds has to be kept at least until the next major release for backwards compatibility.

Reference Implementation

A reference implementation has been added to the Tcl patch tracker at SourceForge, item #991742 .

Copyright

This document has been placed in the public domain.