Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TypeScriptToLua/TypeScriptToLua
/ startSection
Function
startSection
src/measure-performance.ts:44–46 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
42
* @param name name of the measurement
43
*/
44
export
function
startSection(name: string) {
45
mark(
"start "
+ name);
46
}
47
48
/**
49
* Ends a performance measurement section.
Callers
nothing calls this directly
Calls
1
mark
Function · 0.85
Tested by
no test coverage detected