MCPcopy Create free account
hub / github.com/CopterExpress/clover / reset

Method reset

clover_simulation/src/throttling_camera.cpp:95–98  ·  view source on GitHub ↗

* Drop all samples and start anew. * * @note This does not actually change average and stdev, but the stats are considered inadequate after this call. */

Source from the content-addressed store, hash-verified

93 * @note This does not actually change average and stdev, but the stats are considered inadequate after this call.
94 */
95 void reset()
96 {
97 samples.clear();
98 }
99};
100
101}

Callers 15

LoadMethod · 0.80
OnNewFrameMethod · 0.80
LoadMethod · 0.80
LedControllerMethod · 0.80
sim_leds.cppFile · 0.80
onInitMethod · 0.80
onInitMethod · 0.80
WebGLFlareRendererFunction · 0.80
WebGLSpriteRendererFunction · 0.80
resetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected