/vprofiler

A Profiler for Identifying the Major Sources of Performance Variance in Modern Applications

Primary LanguageC++Apache License 2.0Apache-2.0

VProfiler

VProfiler is a profiling tool that can efficiently and rigorously decompose the variance of the overall execution time of an application by instrumenting its source code, and identifying the major functions that contribute the most to the overall variance.

To learn more about VProfiler usage, visit our wiki.