use cached loglevel var in arguments to decide on status bar presence

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: a3a0eac80a]
This commit is contained in:
Karl W Schulz
2024-03-08 10:46:10 -06:00
committed by Karl W. Schulz
parent 917b784ead
commit 4969416e5f
@@ -338,7 +338,7 @@ class OmniProfiler_Base:
# show status bar in error-only mode
disable_tqdm = True
if logging.getLogger().getEffectiveLevel() >= logging.ERROR:
if self.__args.loglevel >= logging.ERROR:
disable_tqdm = False
# Run profiling on each input file