MCPcopy Create free account
hub / github.com/LAStools/LAStools / taketime

Function taketime

src/laszip.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103};
104
105static double taketime()
106{
107 return (double)(clock())/CLOCKS_PER_SEC;
108}
109
110#ifdef COMPILE_WITH_GUI
111extern int laszip_gui(int argc, char *argv[], LASreadOpener* lasreadopener);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected