ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Adding adiditonal arguments for rocprof #164

Open WillTrojak opened 1 year ago

WillTrojak commented 1 year ago

I'm trying to profile an application that does run-time code generation and that does some of its own internal rudimental profiling. As a result, I'd like to be able to start the profile only after a tracer start has been called, this is possible in rocprof, but I don't see a way to do that in onmiperf.

Would it be possible to add an option to add additional arguments to rocprof from the omniperf cli?