MCPcopy
hub / github.com/dotnet/vscode-csharp / profiling

Function profiling

tasks/profiling/profiling.ts:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15runTask(profiling);
16
17async function profiling(): Promise<void> {
18 await profileCSharp();
19 await mergeTraces(profilingOutputFolder);
20}
21
22async function profileCSharp(): Promise<void> {
23 fs.mkdirSync(path.join(outPath, 'profiling'), { recursive: true });

Callers

nothing calls this directly

Calls 2

profileCSharpFunction · 0.85
mergeTracesFunction · 0.85

Tested by

no test coverage detected