Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ taketime
Function
taketime
src/las2las.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
static bool save_vlrs_to_file(const LASheader* header)
111
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected