MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / SystemTime

Method SystemTime

test/timer_test.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 double WallTime() override { return 0.019723; }
33 double UserTime() override { return 0.012723; }
34 double SystemTime() override { return 0.002723; }
35 long RSS() const override { return 360L; }
36 long PageFault() const override { return 3600L; }
37};

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected