pytorch / kineto

A CPU+GPU Profiling library that provides access to timeline traces and hardware performance counters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In Overview page, time unit error

Aiuan opened this issue · comments

Time unit error
1

The time unit should be 10^-6, or microseconds, or us.

But the bar chart below shows that the average time is between 50,000 and 60,000 microseconds, and I think the Time Duration in the table should be in milliseconds (ms).

I don't think this is an error, microseconds == us. The chart shows durations in range of 40,000 us - 60,000 us, and the table also shows time duration (us) average step time of 55,193 us.