1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 9 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed legacy TracyFuture implementation and tests (new implementation illustrated in TracyConcurrentTest) To remove ambiguity, now only supporting one Tracy.context() with three string parameters: TaskId (null generates a random one), parentOptId, componentName More... over 9 years ago
merging from develop More... over 9 years ago
Implemented Tracy.annotate(String longName, long longValue) In case where an exception is thown `Tracy.frameError(String errorString)` can be used to close Tracy stack frame with a `errorString` error. In case where an exception is thown `Tracy.outerError(String errorString)` can be used to close all Tracy frames with a a generic error and the outer frame with `errorString`. Fixed issue where when annotate was called before first Tracy.before() an java.util.EmptyStackException. Tracy now silently ignores the annotation() call More... over 9 years ago
Add test case for annotate being called before first Tracy.before() More... over 9 years ago
Added Tracy.annotate(String intName, long intValue) TODO More... over 9 years ago
Advertised Trace.frameError and Tracy.outerError features More... over 9 years ago
tidying up CustomCallable More... over 9 years ago
tidying up TracyConcurrentTestPerf More... over 9 years ago
Update pom.xml More... over 9 years ago
Bumping version to 2.2.0 More... over 9 years ago
Updating version history More... over 9 years ago
Changed TracyCallable to take the user Callable as an argument. Previously, the user Callable had to extend TracyCallable. More... over 9 years ago
Deprecated TracyableFutureResponse and TracyableFutureRequest. Now replaced by TracyCallable and TracyFutureTask as illustrated in TracyConcurrentTest Added copyright on new classes Renamed performance test java classes Added some output on TracyConcurrentTest tests to delimit/illustrate Tracy output for parent and worker threads More... over 9 years ago
Added unit test for Concurrent interleaved tracing More... over 9 years ago
Addressed race condition of TracyThreadContext Tracy.setContext(... Component) Created Concurrent performance test case for sampling mode More... over 9 years ago
Added Component usage to TracyTest Updated test class names which were not being picked up by mvn plugin More... over 9 years ago
Added TracyTestConcurrentPerf tests - Tracy overhead negligible at ~1000TPS - 99th percentile latency below 1ms for tracing and non tracing tests More... over 9 years ago
Cleaned up code and added javadoc comments to java.util.concurrent Tracy classes More... over 9 years ago
futures test parent now getting called after workers return to simulate delegator/worker pattern More... over 9 years ago
futures working but tidy-up required More... over 9 years ago
Added key concurrent classes More... over 9 years ago
Updating version in README.md More... over 9 years ago
Bumping version to 2.1.0 More... over 9 years ago
component annotation More... over 9 years ago
testGetEvents_safeUponException no longer required as exception will now lead to error annotation upon stack unwinding More... over 9 years ago
Produce error=Unknown when Tracy event is not-aftered More... over 9 years ago
Changing version to 2.1.0-SNAPSHOT More... over 9 years ago
bumping version to 2.0.2 More... over 9 years ago
reverting lost changes More... over 9 years ago
merge More... over 9 years ago