Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
static double taketime()
106
{
107
return (double)(clock())/CLOCKS_PER_SEC;
108
}
109
110
#ifdef COMPILE_WITH_GUI
111
extern int laszip_gui(int argc, char *argv[], LASreadOpener* lasreadopener);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected