onnxruntime/tools/perf_view
RandySheriffH a4b5fa334a
Add type and shape information to profiled numbers (#10773)
* add func to collect type shape

* reformat

* refactor perf view

* remove obsolete
2022-03-07 10:17:58 -08:00
..
ort_perf_view.html Add type and shape information to profiled numbers (#10773) 2022-03-07 10:17:58 -08:00
readme.md

Ort_perf_view.html is to help rendering summarized profiling statistics in the form of treemaps. By feeding a json file, the view will calculate overall latencies per operator for both cpu and gpu. Please refer to performance tuning for the generation of statistics.

To render the view, please first open the json file:

image

One will see:

image

And each op is clickable to see detailed calling instances:

image