Xuhpclab / DrCCTProf

DrCCTProf is a fine-grained call path profiling framework for binaries running on ARM and X86 architectures.
MIT License
117 stars 37 forks source link

Just wondering if this tool supports CPU IPC metrics? #64

Open sunmaxwell opened 1 month ago

sunmaxwell commented 1 month ago

Does this tool support CPU IPC measurements? That is, whether the number of instructions and CPU cycles of each function can be measured. If yes, how to use it?

Best Regards