mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-05-04 15:55:22 +00:00
update data
This commit is contained in:
@@ -35,14 +35,13 @@ export enum EventsMap {
|
||||
WALL = "EXECUTION_SAMPLE",
|
||||
CTIMER = "EXECUTION_SAMPLE",
|
||||
ITIMER = "EXECUTION_SAMPLE",
|
||||
LOCK = "JAVA_MONITOR_ENTER",
|
||||
LOCK = "LOCK",
|
||||
ALLOC = "OBJECT_ALLOCATION_OUTSIDE_TLAB",
|
||||
}
|
||||
|
||||
export enum JFREventType {
|
||||
EXECUTION_SAMPLE = "EXECUTION_SAMPLE",
|
||||
JAVA_MONITOR_ENTER = "JAVA_MONITOR_ENTER",
|
||||
THREAD_PARK = "THREAD_PARK",
|
||||
LOCK = "LOCK",
|
||||
OBJECT_ALLOCATION_IN_NEW_TLAB = "OBJECT_ALLOCATION_IN_NEW_TLAB",
|
||||
OBJECT_ALLOCATION_OUTSIDE_TLAB = "OBJECT_ALLOCATION_OUTSIDE_TLAB",
|
||||
PROFILER_LIVE_OBJECT = "PROFILER_LIVE_OBJECT",
|
||||
|
||||
Reference in New Issue
Block a user