MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / printElapsedTimeAndNumberOfPoints

Function printElapsedTimeAndNumberOfPoints

tools/transform_point_cloud.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void
74printElapsedTimeAndNumberOfPoints (double t, int w, int h = 1)
75{
76 print_info ("[done, "); print_value ("%g", t); print_info (" ms : ");
77 print_value ("%d", w*h); print_info (" points]\n");
78}
79
80bool
81loadCloud (const std::string &filename, pcl::PCLPointCloud2 &cloud)

Callers 3

loadCloudFunction · 0.70
computeFunction · 0.70
saveCloudFunction · 0.70

Calls 1

print_valueFunction · 0.85

Tested by

no test coverage detected