MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / TEST_METHOD

Function TEST_METHOD

IntelPresentMon/PresentMonAPI2Tests/EtlTests.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 TEST_METHOD(OpenCsvTest)
112 {
113 const auto goldCsvName = L"..\\..\\tests\\gold\\test_case_0.csv";
114 CsvParser goldCsvFile;
115 goldCsvFile.Open(goldCsvName, 1268);
116 goldCsvFile.Close();
117 }
118
119 TEST_METHOD(OpenServiceTest)
120 {

Callers

nothing calls this directly

Calls 12

RunTestCaseV2Function · 0.85
whatMethod · 0.80
RegisterFrameQueryMethod · 0.80
GetNumBlobsPopulatedMethod · 0.80
CreateCsvFileFunction · 0.70
pmSetupODSLogging_Function · 0.50
OpenMethod · 0.45
CloseMethod · 0.45
MakeBlobContainerMethod · 0.45
TrackProcessMethod · 0.45
ConsumeMethod · 0.45

Tested by

no test coverage detected