diff --git a/src/data/hotline.rs b/src/data/hotline.rs index 05ecd7cb..884aa613 100644 --- a/src/data/hotline.rs +++ b/src/data/hotline.rs @@ -303,10 +303,9 @@ impl ProcessData for Hotline {
diff --git a/src/profiling/jfr/convert.rs b/src/profiling/jfr/convert.rs index c86c7a93..7c0f5f38 100644 --- a/src/profiling/jfr/convert.rs +++ b/src/profiling/jfr/convert.rs @@ -302,6 +302,8 @@ pub fn jfr_to_profiler(path: &Path) -> Result| handleSort("name")}> + Method{arrow("name")} + | +handleSort("type")}> + Type{arrow("type")} + | +handleSort("self")}> + Self{arrow("self")} + | +handleSort("selfPct")}> + Self %{arrow("selfPct")} + | +handleSort("total")}> + Total{arrow("total")} + | +handleSort("totalPct")}> + Total %{arrow("totalPct")} + | +
|---|---|---|---|---|---|
| {m.name} | ++ + {FRAME_TYPE_LABELS[m.type]} + | +{m.self.toLocaleString()} | +{m.selfPct.toFixed(2)} | +{m.total.toLocaleString()} | +{m.totalPct.toFixed(2)} | +