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
Pulse automatically initialized when unity starts. You can start and stop Pulse by calling `UnityPulse.Instance.Start` and `UnityPulse.Instance.Stop` respectively. You can also collect custom data by calling `UnityPulse.Instance.Collect` with a key and value pair.
-**System Used Memor**: The amount of memory used by the system.
91
+
-**System Total Memory**: The total amount of memory available to the system.
92
+
-**GC Used Memory**: The amount of memory used by the garbage collector.
93
+
-**Audio Used Memory**: The amount of memory used by the audio system.
94
+
-**Video Used Memory**: The amount of memory used by the video system.
95
+
-**Profiler Used Memory**: The amount of memory used by the profiler.
96
+
97
+
#### Render
98
+
99
+
-**SetPass Calls Count**: The number of set pass calls.
100
+
-**"Draw Calls Count"**: The number of draw calls.
101
+
-**"Total Batches Count"**: The total number of batches.
102
+
-**"Triangles Count"**: The number of triangles.
103
+
-**"Vertices Count"**: The number of vertices.
104
+
-**"Render Textures Count"**: The number of render textures.
105
+
-**"Render Textures Bytes"**: The amount of memory used by render textures.
106
+
-**"Render Textures Changes Count"**: The number of render texture changes.
107
+
-**"Used Buffers Count"**: The number of used buffers.
108
+
-**"Used Buffers Bytes"**: The amount of memory used by buffers.
109
+
-**"Used Shaders Count"**: The number of used shaders.
110
+
-**"Vertex Buffer Upload In Frame Count"**: The number of vertex buffer uploads.
111
+
-**"Vertex Buffer Upload In Frame Bytes"**: The amount of memory used by vertex buffer uploads.
112
+
-**"Index Buffer Upload In Frame Count"**: The number of index buffer uploads.
113
+
-**"Index Buffer Upload In Frame Bytes"**: The amount of memory used by index buffer uploads.
114
+
-**"Shadow Casters Count"**: The number of shadow casters.
115
+
116
+
### Grafana Dashboard
117
+
118
+
Pulse provides a Grafana dashboard to visualize the collected data. You can access the dashboard by navigating to `http://localhost:3000` in your browser and logging in with the default credentials:
0 commit comments