forked from Wueffi/TaskManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaskmanager-test-config.json
More file actions
87 lines (87 loc) · 2.62 KB
/
taskmanager-test-config.json
File metadata and controls
87 lines (87 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"onlyProfileWhenOpen": true,
"captureMode": "OPEN_ONLY",
"hudEnabled": false,
"hudPosition": "TOP_LEFT",
"hudLayoutMode": "SINGLE_COLUMN",
"sessionDurationSeconds": 30,
"metricsUpdateIntervalMs": 100,
"profilerUpdateDelayMs": 100,
"hudFpsDisplayDelayMs": 100,
"hudMemoryDisplayDelayMs": 100,
"hudTransparencyPercent": 100,
"frameBudgetTargetFps": 72,
"performanceAlertsEnabled": true,
"performanceAlertChatEnabled": true,
"performanceAlertFrameThresholdMs": 25,
"performanceAlertServerThresholdMs": 20,
"performanceAlertConsecutiveTicks": 3,
"hudShowFps": true,
"hudShowFrame": true,
"hudShowTicks": true,
"hudShowUtilization": true,
"hudShowTemperatures": true,
"hudShowParallelism": false,
"hudShowLogic": true,
"hudShowBackground": true,
"hudShowFrameBudget": true,
"hudShowMemory": true,
"hudShowMemoryAllocationRate": true,
"hudShowVram": true,
"hudShowNetwork": false,
"hudShowChunkActivity": false,
"hudShowWorld": true,
"hudShowDiskIo": false,
"hudShowInputLatency": false,
"hudShowSession": true,
"hudShowFpsRateOfChange": true,
"hudShowFrameRateOfChange": true,
"hudShowTickRateOfChange": true,
"hudShowUtilizationRateOfChange": true,
"hudShowWorldRateOfChange": true,
"hudShowVramRateOfChange": true,
"hudShowNetworkRateOfChange": true,
"hudShowChunkActivityRateOfChange": true,
"hudShowDiskIoRateOfChange": true,
"hudShowInputLatencyRateOfChange": true,
"hudShowZeroRateOfChange": false,
"hudAutoFocusAlertRow": true,
"hudBudgetColorMode": true,
"hudSpikeOnly": false,
"hudTriggerMode": "ALWAYS",
"hudPreset": "COMPACT",
"hudConfigMode": "PRESET",
"hudExpandedOnWarning": true,
"tasksColumns": "cpu,threads,samples,invokes",
"gpuColumns": "pct,threads,gpums,rsamples",
"memoryColumns": "classes,mb,pct",
"tasksSearch": "",
"gpuSearch": "",
"memorySearch": "",
"startupSearch": "",
"globalSearch": "",
"taskSort": "CPU",
"taskSortDescending": true,
"gpuSort": "EST_GPU",
"gpuSortDescending": true,
"memorySort": "MEMORY_MB",
"memorySortDescending": true,
"startupSort": "ACTIVE",
"startupSortDescending": true,
"taskEffectiveView": true,
"taskShowSharedRows": false,
"gpuEffectiveView": true,
"gpuShowSharedRows": false,
"memoryEffectiveView": true,
"memoryShowSharedRows": false,
"cpuGraphColor": "#5EA9FF",
"gpuGraphColor": "#77DD77",
"worldEntityGraphColor": "#FFC857",
"worldLoadedChunkGraphColor": "#70C7A7",
"worldRenderedChunkGraphColor": "#5EA9FF",
"cpuIntelColor": "#5EA9FF",
"cpuAmdColor": "#FF6B6B",
"gpuNvidiaColor": "#77DD77",
"gpuAmdColor": "#FF6B6B",
"gpuIntegratedColor": "#5EA9FF"
}