8000 Update the list of profilers · RapidCpp/cppbestpractices@b99c3da · GitHub
[go: up one dir, main page]

Skip to content

Commit b99c3da

Browse files
authored
Update the list of profilers
1 parent 1be918f commit b99c3da

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

08-Considering_Performance.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,13 @@ If on Linux, consider using the gold linker for GCC.
103103

104104
There's no real way to know where your bottlenecks are without analyzing the code.
105105

106-
* http://developer.amd.com/tools-and-sdks/opencl-zone/codexl/
107-
* http://www.codersnotes.com/sleepy
106+
A list of code profilers:
107+
* [Intel VTune](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/vtune-profiler.html)
108+
* [Coz - Causal Profiling](https://github.com/plasma-umass/coz)
109+
* [Sleepy](http://www.codersnotes.com/sleepy)
110+
* [Dyninst](https://dyninst.org/)
111+
* [AMD CodeXL](https://github.com/GPUOpen-Archive/CodeXL)
112+
* [lukestackwalker](http://lukestackwalker.sourceforge.net/)
108113

109114
### Simplify the Code
110115

0 commit comments

Comments
 (0)
0