Skip to content

Commit

Permalink
Merge pull request #72404 from genlu/AddOptprof
Browse files Browse the repository at this point in the history
Setup OptProf profiling for LanguageServer.Protocol
  • Loading branch information
genlu authored Mar 7, 2024
2 parents 8915842 + 59e9386 commit bb24c94
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eng/config/OptProf.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
{
"filename": "/Microsoft.CodeAnalysis.Workspaces.dll",
"testCases":[ "WinForms.OptProfTests.winforms_largeform_vb", "WinForms.OptProfTests.winforms_largeform_cs" ]
},
{
"filename": "/Microsoft.CodeAnalysis.LanguageServer.Protocol.dll",
"testCases":[ "WinForms.OptProfTests.winforms_largeform_cs" ]
}
]
},
Expand Down Expand Up @@ -142,6 +146,10 @@
{
"filename": "/Microsoft.CodeAnalysis.Workspaces.dll",
"testCases":[ "TeamEng.OptProfTest.vs_debugger_start_no_build_cs_scribble" ]
},
{
"filename": "/Microsoft.CodeAnalysis.LanguageServer.Protocol.dll",
"testCases":[ "TeamEng.OptProfTest.vs_debugger_start_no_build_cs_scribble" ]
}
]
},
Expand Down Expand Up @@ -219,6 +227,10 @@
{
"filename": "/Microsoft.CodeAnalysis.Workspaces.dll",
"testCases":[ "VSPE.OptProfTests.vs_asl_cs_scenario", "VSPE.OptProfTests.vs_perf_DesignTime_solution_loadclose_cs_picasso", "VSPE.OptProfTests.vs_perf_designtime_editor_intellisense_globalcompletionlist_cs", "VSPE.OptProfTests.vs_perf_designtime_ide_searchtest", "VSPE.OptProfTests.DDRIT_RPS_ManagedLangs_Typing", "VSPE.OptProfTests.DDRIT_RPS_ManagedLangs_Debug" ]
},
{
"filename": "/Microsoft.CodeAnalysis.LanguageServer.Protocol.dll",
"testCases":[ "VSPE.OptProfTests.vs_asl_cs_scenario", "VSPE.OptProfTests.vs_perf_DesignTime_solution_loadclose_cs_picasso", "VSPE.OptProfTests.vs_perf_designtime_editor_intellisense_globalcompletionlist_cs", "VSPE.OptProfTests.vs_perf_designtime_ide_searchtest", "VSPE.OptProfTests.DDRIT_RPS_ManagedLangs_Typing", "VSPE.OptProfTests.DDRIT_RPS_ManagedLangs_Debug" ]
}
]
},
Expand Down

0 comments on commit bb24c94

Please sign in to comment.