ROCm / rocprofiler

ROC profiler library. Profiling with perf-counters and derived metrics.
https://rocm.docs.amd.com/projects/rocprofiler/en/latest/
MIT License
126 stars 46 forks source link

json sys info fixes #20

Closed rkebichi closed 4 years ago

rkebichi commented 4 years ago

Fix order of meta data in json file

ghost commented 4 years ago

DeepCode's analysis on #f615d8 found:

List of critical issues

Description of the issue :x: Example fixes
range expects an int in argument 1 (start) and will crash on passing a float, but gets float from subtraction, which gives a float since at least one of its operands was one (from non-floor division (change to // for floor division in Python 3)). Occurrences: Example fixes :wrench:



👉 View analysis in DeepCode’s Dashboard

:relaxed: If you want to provide feedback on our bot, here is how to contact us.