Commit 669bfff1 by Tobias Langer

more indiguishable filenames.

parent 01c80bfb
......@@ -209,7 +209,7 @@ def main():
utilization = str(round(check_taskset(args.cores, taskset), 2))
utilization.replace('.', '_')
name = 'taskset_{}_{}_{}'.format(now.strftime('%Y_%m_%d'),
name = 'taskset_{}_{}_{}'.format(now.strftime('%Y_%m_%d_%H_%M_%S'),
len(taskset),
utilization)
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment