MCPcopy Create free account
hub / github.com/cusplibrary/cusplibrary / ~timer

Method ~timer

performance/timer.h:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 ~timer()
37 {
38 cudaEventDestroy(start);
39 cudaEventDestroy(end);
40 }
41
42 float milliseconds_elapsed()
43 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected