konradreiche / java-concurrency-profiler

A Java profiler with emphasis on concurrent program information.
Other
6 stars 1 forks source link

Logging concept #8

Closed konradreiche closed 13 years ago

konradreiche commented 13 years ago

Displaying the current events will not be sufficient to get an insight on the profiled program behavior. Investigate a potential solution for logging all the events generated by the profiling agent, for instance using snapshots at certain hooks or using a complete event history.