We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedc1ee commit c1221a0Copy full SHA for c1221a0
tensorboard/plugins/profile/profile_demo_data.py
@@ -46,15 +46,15 @@
46
device_id: 1
47
resource_id: 2
48
name: "E1.2.1"
49
- timestamp_ns: 100
50
- duration_ns: 10
+ timestamp_ps: 100
+ duration_ps: 10
51
}
52
trace_events {
53
device_id: 2
54
55
name: "E2.2.1"
56
- timestamp_ns: 90
57
- duration_ns: 40
+ timestamp_ps: 90
+ duration_ps: 40
58
59
"""
60
@@ -81,13 +81,13 @@
81
82
83
84
- timestamp_ns: 10
85
- duration_ns: 1000
+ timestamp_ps: 10
+ duration_ps: 1000
86
87
88
89
90
91
- timestamp_ns: 105
+ timestamp_ps: 105
92
93
0 commit comments