Ichoran / thyme

Thyme is a microbenchmark utility for Scala. It includes Parsley, a (simple) local profiling tool.
170 stars 9 forks source link

Should elide GC results with concurrent garbage collectors #4

Open Ichoran opened 11 years ago

Ichoran commented 11 years ago

The current reporting assumes that all GC activity takes place during the measured call. This assumption is not valid of a concurrent-mark-sweep or other concurrent garbage collector is used. It would be valuable to detect this state of affairs and print warnings and/or omit garbage collection times.