This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new 2fca7a79 fix unit (#440)
2fca7a79 is described below

commit 2fca7a79a2a095c241849caff350cd2666111008
Author: Fine0830 <[email protected]>
AuthorDate: Mon Dec 9 17:12:57 2024 +0800

    fix unit (#440)
---
 src/views/dashboard/related/ebpf/components/EBPFStack.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/dashboard/related/ebpf/components/EBPFStack.vue 
b/src/views/dashboard/related/ebpf/components/EBPFStack.vue
index 7d2ee801..abe3c866 100644
--- a/src/views/dashboard/related/ebpf/components/EBPFStack.vue
+++ b/src/views/dashboard/related/ebpf/components/EBPFStack.vue
@@ -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>`;

Reply via email to