Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
static F64 taketime()
83
{
84
return (F64)(clock())/CLOCKS_PER_SEC;
85
}
86
87
#ifdef COMPILE_WITH_GUI
88
extern int lasindex_gui(int argc, char *argv[], LASreadOpener* lasreadopener);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected