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

Method timer

performance/timer.h:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28public:
29 timer()
30 {
31 cudaEventCreate(&start);
32 cudaEventCreate(&end);
33 cudaEventRecord(start,0);
34 }
35
36 ~timer()
37 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected