MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / Clear

Method Clear

src/client/statisticalTimer.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83{}
84
85void
86StatisticalTimer::Clear( )
87{
88 labelID.clear( );
89 clkStart.clear( );
90 clkTicks.clear( );
91}
92
93void
94StatisticalTimer::Reset( )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected