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'.join(value))
|
||||
|
||||
analyze(folders)
|
||||
list_metrics_table()
|
||||
# list_targets()
|
||||
# list_metrics()
|
||||
# list_deviations()
|
||||
def main(argv):
|
||||
analyze(folders)
|
||||
list_metrics_table()
|
||||
# list_targets()
|
||||
# list_metrics()
|
||||
# list_deviations()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main(sys.argv[1:])
|
||||
|
Loading…
x
Reference in New Issue
Block a user