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

Function taketime

src/lasindex.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80};
81
82static F64 taketime()
83{
84 return (F64)(clock())/CLOCKS_PER_SEC;
85}
86
87#ifdef COMPILE_WITH_GUI
88extern int lasindex_gui(int argc, char *argv[], LASreadOpener* lasreadopener);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected