aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/trace.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added details to trace initialization (#588)Stefan Boberg2023-12-111-5/+11
| | | this adds information on program name and command line to trace initialization
* add trace command to enable/disable tracing at runtime (#416)Dan Engelbrecht2023-09-221-25/+49
| | | | | * add trace command to enable/disable tracing at runtime * rework tracing init/start/stop * changelog
* fix trace close (#365)Dan Engelbrecht2023-08-211-0/+6
| | | * Make sure we close our trace session properly
* added trace::DescribeSession to TraceInitStefan Boberg2023-05-151-7/+13
| | | | | without this, traces rather unhelpfully show up with no context in the session browser
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+45
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees