Commit a77f52be authored by Vadim Salavatov's avatar Vadim Salavatov Committed by intellij-monorepo-bot
Browse files

IJPL-856 FUS: bump system.runtime group version

(cherry picked from commit 87979799af32ae84e652c154c02bbb28edd10b01)

IJ-MR-129690

GitOrigin-RevId: 914fce03b591c03d6519449c263697bfe324e054
parent 82e042e9
Showing with 1 addition and 1 deletion
+1 -1
...@@ -40,7 +40,7 @@ class SystemRuntimeCollector : ApplicationUsagesCollector() { ...@@ -40,7 +40,7 @@ class SystemRuntimeCollector : ApplicationUsagesCollector() {
private val SYSTEM_PROPERTIES = listOf("splash", "nosplash") private val SYSTEM_PROPERTIES = listOf("splash", "nosplash")
private val RENDERING_PIPELINES = listOf("Metal", "OpenGL") private val RENDERING_PIPELINES = listOf("Metal", "OpenGL")
private val GROUP: EventLogGroup = EventLogGroup("system.runtime", 17) private val GROUP: EventLogGroup = EventLogGroup("system.runtime", 18)
private val CORES: EventId1<Int> = GROUP.registerEvent( private val CORES: EventId1<Int> = GROUP.registerEvent(
"cores", EventFields.BoundedInt("value", intArrayOf(1, 2, 4, 6, 8, 12, 16, 20, 24, 32, 64))) "cores", EventFields.BoundedInt("value", intArrayOf(1, 2, 4, 6, 8, 12, 16, 20, 24, 32, 64)))
private val MEMORY_SIZE: EventId1<Int> = GROUP.registerEvent( private val MEMORY_SIZE: EventId1<Int> = GROUP.registerEvent(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment