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

Include priority based logger. #177

Closed coleramos425 closed 5 months ago

coleramos425 commented 1 year ago

Describe the suggestion Include priority based logger.

Justification Allow for flexible control of output verbosity without making additional code changes. Useful for debugging and development.

Implementation Standard use of python's logger library. Update all relevant stdout to use logger with assigned priority (info, warn, debug, etc).

Originally posted by @koomie in https://github.com/AMDResearch/omniperf/discussions/153#discussioncomment-6629998

coleramos425 commented 5 months ago

Complete