mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 18:39:52 +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']
|
max = metrics[metric_name + '_MAX']
|
||||||
print ( row % ( metric_name, target, deviations, max))
|
print ( row % ( metric_name, target, deviations, max))
|
||||||
else:
|
else:
|
||||||
print ( row % ( metric_name, '', '', ''))
|
max = metrics[metric_name]
|
||||||
|
print ( row % ( metric_name, '', '', max))
|
||||||
|
|
||||||
def list_deviations():
|
def list_deviations():
|
||||||
global metrics
|
global metrics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user