summaryrefslogtreecommitdiffstats
path: root/include/framework/scheduling/statistics.h
Commit message (Collapse)AuthorAgeFilesLines
* Benchmarking updatesDouglas Rumbaugh2024-01-301-6/+23
|
* Initial rough-out of internal statistics trackerDouglas Rumbaugh2024-01-191-0/+96
Need to figure out the best way to do the detailed tracking in a concurrent manner. I was thinking just an event log, with parsing routines for extracting statistics. But that'll be pretty slow.