41#include <pcl/cuda/cutil_inline.h>
66 std::cerr << title_ <<
" took " << elapsed_time_ <<
"ms.\n";
73 CUT_CHECK_ERROR (
"dude");
84 CUT_CHECK_ERROR (
"dude");
99 std::cerr << title_ <<
" took " << elapsed_time_ <<
"ms.\n";
Iterator class for point clouds with or without given indices.
Class to measure the time spent in a scope.
void start()
Start the timer.
ScopeTimeGPU(const char *title)
Constructor.
~ScopeTimeGPU()
Destructor.
void stop()
Stop the timer.
void stop_print()
Stop and print the timer.