mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix unit
This commit is contained in:
parent
f5cfb030a3
commit
16b03999e2
@ -136,7 +136,7 @@ limitations under the License. -->
|
||||
}
|
||||
const { type } = ebpfStore.analyzeTrees[0];
|
||||
if ([JFREventType.LOCK].includes(type)) {
|
||||
return `<div class="mb-5">Duration: ${item.dumpCount} ms</div>`;
|
||||
return `<div class="mb-5">Duration: ${item.dumpCount} ns</div>`;
|
||||
}
|
||||
if (type === JFREventType.EXECUTION_SAMPLE) {
|
||||
return `<div class="mb-5">Count: ${item.dumpCount}</div>`;
|
||||
|
Loading…
Reference in New Issue
Block a user