logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

debug::heartbeat - debug narrative - heartbeat

Api

debugheartbeat ?delta?
              This  method  activates  or disables a heartbeat with which to monitor the event loop of an event-
              based Tcl application.

              It reserves the  debug  tag  heartbeat  for  its  operation  and  writes  a  message  every  delta
              milliseconds.

              A delta-value <= 0 disables the heartbeat.

              The  message  produced  by  the heartbeat contains a sequence counter and the time in milliseconds
              since the last beat, thus providing insight  into  timing  variationsn  and  deviations  from  the
              nominal delta.

Bugs, Ideas, Feedback

       This  document,  and  the package it describes, will undoubtedly contain bugs and other problems.  Please
       report such in the category debug of the TcllibTrackers [http://core.tcl.tk/tcllib/reportlist].   Please
       also report any ideas for enhancements you may have for either package and/or documentation.

       When proposing code changes, please provide unifieddiffs, i.e the output of diff-u.

       Note  further  that  attachments  are strongly preferred over inlined patches. Attachments can be made by
       going to the Edit form of the ticket immediately after its creation, and then using the left-most  button
       in the secondary navigation bar.

Category

       debugging, tracing, and logging

Description

Keywords

       debug, heartbeat, log, narrative, trace

Name

       debug::heartbeat - debug narrative - heartbeat

Synopsis

       package require Tcl8.59

       package require debug::heartbeat?1.0.2?

       package require debug?1?debugheartbeat ?delta?

________________________________________________________________________________________________________________

See Also