• throughput

    If you want to profile throughput of your application, you should switch on the cmake option and include debug information in your executable with Debug or release modes in cmake. Doing so will include coz progress points when serving a request. Profiling latency is currently not supported in whole application scope, but can still be done in user code.

    Lastly, the application needs to be stressed, for best results you need to stress all code paths and run the profile for a good amount of time, 15+ min.

    Coz also supports scoping source files included for the profile with --source-scope <pattern> or among other things, that should prove useful.