Releases: kiith-sa/tharsis.prof
Releases · kiith-sa/tharsis.prof
DMD 2.068 compatibility
DMD 2.067 compatibility
v0.5.3 Merge branch 'master' of https://github.com/kiith-sa/tharsis.prof
EventRange optimizations
Greatly improved EventRange performance.
Fixes, VariableRange
- Fixed compilation errors with variable events
- Added a
VariableRange
to iterate over all variables stored in profiling data or an event range - Minor fixes
Variable events, breaking CSV changes.
Tharsis.prof now supports variable events, to record values of variables (e.g. FPS, entity count, network up/download, etc.).
Tharsis.prof now depends on tinyendian. This is handled automatically by DUB.
The CSV API has been broken; see current API documentation.
Fixed compilation on 32bit x86
v0.4.2 32bit compilation fix.
Documentation updates related to Despiker support.
v0.4.1 Regenerated docs.
Removed frame events (zones obsolete them), intial Despiker support.
v0.4.0 Initial despiker support.
Minor error checking, bug fixes, current zone nest level can now be read.
v0.3.1 Another TODO.
More plumbing for real-time profiling code, renamed `Event.startTime` to `Event.time`.
- Minor example improvements.
- Minor doc fixes.
- Breaking: renamed
Event.startTime
toEvent.time
- Added a new event list type with event/zone generators and ranges focused specifically on real-time profiling.