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

Method Stop

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

Calling Stop() does nothing but just increases |count_stop_| by 1.

Source from the content-addressed store, hash-verified

98
99 // Calling Stop() does nothing but just increases |count_stop_| by 1.
100 void Stop() override { ++count_stop_; }
101
102 private:
103 unsigned int count_stop_;

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected