Merge pull request #134 from aminya/patch-2

Update the list of profilers
This commit is contained in:
Jason Turner
2021-08-23 19:51:16 -06:00
committed by GitHub

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