Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 763560e

Browse files
author
Brian Vaughn
committed
Time -> Timestamp
1 parent 20d6a79 commit 763560e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/Profiler/views/ProfilerInteractionDetailPane.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const ProfilerInteractionDetailPane = ({
5858
<div style={{
5959
padding: '0.5rem',
6060
}}>
61-
<div><strong>Time</strong>: {formatTime(interaction.timestamp)}s</div>
61+
<div><strong>Timestamp</strong>: {formatTime(interaction.timestamp)}s</div>
6262
<div style={{margin: '0.5rem 0'}}><strong>Renders</strong>:</div>
6363
<ul style={{
6464
listStyle: 'none',
@@ -119,8 +119,8 @@ const SnapshotLink = Hoverable(({
119119
>
120120
{cpuSvg}
121121
<ul style={{paddingLeft: '1.5rem'}}>
122+
<li>Timestamp: {formatTime(snapshot.commitTime)}s</li>
122123
<li>Duration: {formatDuration(snapshot.duration)}ms</li>
123-
<li>Time: {formatTime(snapshot.commitTime)}s</li>
124124
<li>CPU: {formatPercentage(cpuPercentage)}%</li>
125125
</ul>
126126
</li>

0 commit comments

Comments
 (0)