mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
tool/metrics: add main function
This commit is contained in:
parent
974bd5b3ef
commit
e174300abb
@ -170,8 +170,12 @@ def list_deviations():
|
|||||||
print ("\n%s" % key)
|
print ("\n%s" % key)
|
||||||
print ('\n'.join(value))
|
print ('\n'.join(value))
|
||||||
|
|
||||||
analyze(folders)
|
def main(argv):
|
||||||
list_metrics_table()
|
analyze(folders)
|
||||||
# list_targets()
|
list_metrics_table()
|
||||||
# list_metrics()
|
# list_targets()
|
||||||
# list_deviations()
|
# list_metrics()
|
||||||
|
# list_deviations()
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main(sys.argv[1:])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user