You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GPU_PERCENT] = { .name="GPU_PERCENT", .title=" GPU% ", .description="Percentage of the GPU time the process used in the last sampling", .flags=PROCESS_FLAG_LINUX_GPU, .defaultSortDesc= true, },
115
+
#ifdefHAVE_SYSCALL
116
+
[SYSCALL] = { .name="SYSCALL", .title="SYSCALL", .description="Current syscall of the process", .flags=PROCESS_FLAG_LINUX_SYSCALL, .autoWidth= true, },
0 commit comments