Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 433 Bytes

track.rst

File metadata and controls

13 lines (8 loc) · 433 Bytes

spacekit.analyzer.track

This module tracks the start, end clocktime intervals for a running process and record the total duration. Optionally the timestamps and durations for multiple processes can be logged in a single text file on disk (or separate files if desired).

.. currentmodule:: spacekit.analyzer.track

.. autofunction:: proc_time

.. autofunction:: stopwatch