Skip to content

Commit c112f38

Browse files
cliveverghesecopybara-github
authored andcommitted
Show fractions as percentage in HLO Stats.
PiperOrigin-RevId: 747500471
1 parent c756581 commit c112f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/components/memory_viewer/memory_usage/memory_usage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class MemoryUsage {
9696
// redirecting memory allocation timeline to this url on TensorBoard
9797
this.timelineUrl =
9898
`${window.parent.location.origin}/data/plugin/profile/data?run=${
99-
currentRun}&tag=memory_viewer%5E&host=${
99+
currentRun}&tag=memory_viewer&host=${
100100
currentHost}&view_memory_allocation_timeline=true`;
101101
}
102102
this.peakHeapSizeBytes =

0 commit comments

Comments
 (0)