mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 00:39:51 +00:00
tool/metrics: print func count
This commit is contained in:
parent
a4fcae569e
commit
3ce65d0ff3
@ -139,7 +139,8 @@ def list_metrics_table():
|
||||
max = metrics[metric_name + '_MAX']
|
||||
print ( row % ( metric_name, target, deviations, max))
|
||||
else:
|
||||
print ( row % ( metric_name, '', '', ''))
|
||||
max = metrics[metric_name]
|
||||
print ( row % ( metric_name, '', '', max))
|
||||
|
||||
def list_deviations():
|
||||
global metrics
|
||||
|
Loading…
x
Reference in New Issue
Block a user