You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Worker Coordinator can make use of a profiler that profiles AsyncProfiler. In order to use the Async Profiler, you should run the test with --enable-worker-coordinator-profiling and the results should be outputted to ~/.benchmark/logs/profile.log.
Describe the solution you'd like
The worker coordinator profiler should have more descriptive results that can inform which profile relates to which client and should be able to have its profile.log sorted.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Worker Coordinator can make use of a profiler that profiles AsyncProfiler. In order to use the Async Profiler, you should run the test with
--enable-worker-coordinator-profiling
and the results should be outputted to~/.benchmark/logs/profile.log
.Describe the solution you'd like
The worker coordinator profiler should have more descriptive results that can inform which profile relates to which client and should be able to have its profile.log sorted.
The text was updated successfully, but these errors were encountered: