Update the list of profilers

This commit is contained in:
Amin Yahyaabadi
2021-03-30 19:48:26 -05:00
committed by GitHub
parent 1be918f768
commit b99c3da548

View File

@@ -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