# vprofiler **Repository Path**: seeventh/vprofiler ## Basic Information - **Project Name**: vprofiler - **Description**: A Profiler for Identifying the Major Sources of Performance Variance in Modern Applications - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/mozafari/vprofiler/wiki/Home).