Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5253 Discussions

Possible to collect different analysis in the same run?

superselector
Beginner
744 Views
Is it possible to collect multiple analysis in the same run? Example:

amplxe-cl --collect locksandwaits --collect hotspots --collect concurrency .

When I do this, I only see results directory named 'r022lw' (which is related to locks and waits) created but not directories containing 'hotspots' and 'concurrecy' analysis.

Is it that we can only perform one type of analysis in a single invocation and we can't stack multiple 'collections' in a single go?
0 Kudos
1 Reply
Peter_W_Intel
Employee
744 Views
No. That is impossible. The user can only uses one type of analysis, for one session. -Peter
0 Kudos
Reply