Add possibility to profile load driver internals #216
Labels
enhancement
Improves the status quo
highlight
A substantial improvement that is worth mentioning separately in release notes
:Load Driver
Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
:Usability
Makes Rally easier to use
Milestone
In spirit of #212 we should add the possibility to enable a profiler for the load driver so users that write their own runners and parameter sources can check for bottlenecks.
The feature should be disabled by default (as this code path is performance-sensitive and there is no need to profile all the time). It can be enabled on the command line with
--enable-driver-profiling
.The text was updated successfully, but these errors were encountered: