mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
fix unit (#440)
This commit is contained in:
@@ -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>`;
|
||||
|
Reference in New Issue
Block a user