mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
Update the list of profilers
This commit is contained in:
@@ -103,8 +103,13 @@ If on Linux, consider using the gold linker for GCC.
|
|||||||
|
|
||||||
There's no real way to know where your bottlenecks are without analyzing the code.
|
There's no real way to know where your bottlenecks are without analyzing the code.
|
||||||
|
|
||||||
* http://developer.amd.com/tools-and-sdks/opencl-zone/codexl/
|
A list of code profilers:
|
||||||
* http://www.codersnotes.com/sleepy
|
* [Intel VTune](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/vtune-profiler.html)
|
||||||
|
* [Coz - Causal Profiling](https://github.com/plasma-umass/coz)
|
||||||
|
* [Sleepy](http://www.codersnotes.com/sleepy)
|
||||||
|
* [Dyninst](https://dyninst.org/)
|
||||||
|
* [AMD CodeXL](https://github.com/GPUOpen-Archive/CodeXL)
|
||||||
|
* [lukestackwalker](http://lukestackwalker.sourceforge.net/)
|
||||||
|
|
||||||
### Simplify the Code
|
### Simplify the Code
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user