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
The MSBuild properties in the following table enable profiler integration.
72
84
@@ -98,26 +110,6 @@ Alternatively, enable features when the app is built with the .NET CLI. The foll
98
110
99
111
The [`Timing-Allow-Origin` HTTP header](https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Timing-Allow-Origin) allows for more precise time measurements.
100
112
101
-
Browser developer tools console calls in the following example that trigger profiling:
102
-
103
-
*`collectGcDump`: Collect a GC (Garbage Collector) dump.
104
-
105
-
```javascript
106
-
globalThis.getDotnetRuntime(0).collectGcDump();
107
-
```
108
-
109
-
*`collectPerfCounters(durationSeconds)`: Collect general diagnostic counters.
0 commit comments