1debug::timestamp(n)             debug narrative            debug::timestamp(n)
2
3
4
5______________________________________________________________________________
6

NAME

8       debug::timestamp - debug narrative - timestamping
9

SYNOPSIS

11       package require Tcl  8.5
12
13       package require debug::timestamp  ?1?
14
15       package require debug  ?1?
16
17       debug timestamp
18
19______________________________________________________________________________
20

DESCRIPTION

API

23       debug timestamp
24              This method returns millisecond timing information since a base‐
25              line or last call, making it useful in a tag-specific prefix  to
26              automatically  provide  caller  information  for all uses of the
27              tag. Or in a  message,  when  only  specific  places  need  such
28              detail.
29

BUGS, IDEAS, FEEDBACK

31       This  document,  and the package it describes, will undoubtedly contain
32       bugs and other problems.  Please report such in the category  debug  of
33       the  Tcllib  Trackers  [http://core.tcl.tk/tcllib/reportlist].   Please
34       also report any ideas for enhancements you may have for either  package
35       and/or documentation.
36
37       When proposing code changes, please provide unified diffs, i.e the out‐
38       put of diff -u.
39
40       Note further that  attachments  are  strongly  preferred  over  inlined
41       patches.  Attachments  can  be  made  by  going to the Edit form of the
42       ticket immediately after its creation, and  then  using  the  left-most
43       button in the secondary navigation bar.
44

KEYWORDS

46       debug, log, narrative, timestamps, trace
47

CATEGORY

49       debugging, tracing, and logging
50
52       Copyright (c) 200?, Colin McCormack, Wub Server Utilities
53       Copyright (c) 2012, Andreas Kupries <andreas_kupries@users.sourceforge.net>
54
55
56
57
58tcllib                                 1                   debug::timestamp(n)
Impressum