Skip to content

Commit 957e8fa

Browse files
Pani122copybara-github
authored andcommitted
Install diff-so-fancy in Kokoro build environments.
PiperOrigin-RevId: 827794351
1 parent 867884e commit 957e8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xprof/convert/op_stats_to_overview_page.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,12 +540,12 @@ void AddLatencyRow(DataTable* data_table, absl::string_view label,
540540
std::unique_ptr<DataTable> GenerateInferenceLatencyDataTable(
541541
const OverviewInferenceLatency& result) {
542542
std::vector<std::vector<std::string>> kColumns = {
543-
{"percentile", "string", "percentile"},
543+
{"percentage", "string", "percentage"},
544544
{"hostTimeMs", "number", "Host time (in ms)"},
545545
{"deviceTimeMs", "number", "Device time (in ms)"},
546546
{"communicationTimeMs", "number",
547547
"Host-device communication time (in ms)"},
548-
{"totalTimeMs", "number", "Total latency (in ms)"}};
548+
{"totalTimeinsec", "number", "Total latency (in seconds)"}};
549549

550550
auto data_table = std::make_unique<DataTable>();
551551
for (const auto& column : kColumns) {

0 commit comments

Comments
 (0)