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

Function taketime

src/las2txt.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113};
114
115static double taketime() {
116 return (double)(clock()) / CLOCKS_PER_SEC;
117}
118
119static void lidardouble2string(CHAR* string, double value) {
120 int len;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected