MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / record

Method record

samples/common/sampleInference.cpp:828–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826 }
827
828 void record(EventType e, StreamType s)
829 {
830 getEvent(e).record(getStream(s));
831 }
832
833 void recordEnqueueTime()
834 {

Callers 2

runInferenceFunction · 0.45
runMultiTasksInferenceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected