|
|
|
|
|
by Veserv
1082 days ago
|
|
It uses FEE (function entry/exit) tracing so it generates a full execution trace of all functions called during your run like “History” [1], the C/C++ tracing profiler it was based on. You can then post-process that trivially to get low resolution aggregate information like normal statistical/sampling profilers generate. [1] https://www.ghs.com/products/MULTI_IDE.html |
|