Related articles |
---|
Any good Call Graph Profiling tool for Windows? nkavv@skiathos.physics.auth.gr (2003-01-12) |
From: | nkavv@skiathos.physics.auth.gr (Uncle Noah) |
Newsgroups: | comp.compilers |
Date: | 12 Jan 2003 17:43:13 -0500 |
Organization: | http://groups.google.com/ |
Keywords: | tools, question |
Posted-Date: | 12 Jan 2003 17:43:13 EST |
I'm aware of the BSP tool which seems like a good one. Except VTune
(of Intel) is there any good call graph profiling tool for Windows?
Very nice features would be:
1. provide frequency statistics for the instructions (major PLUS!)
2. determine a set of instructions to use from a used definable
superset. This would be nice in order to explore various tradeoffs in
designing a processor architecture.
3. donnot modify the executable or extract some statistics from
parsing the source code
I also have Peter Kuhn's PD tool, called iprof, but it is for x86 and
SPARC architectures only. Otherwise it is recommended cause it is very
nice.
Thank you in advance!
BSP tool at: http://www.bsp-worldwide.org
iprof: ftp://ftp.lis.e-technik.tu-muenchen.de/pub/iprof/iprof041/
(may not work)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.