Skip to content

AGulev/extension-signpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signpost

Defold engine native extension, that helps to mark points of interest in Xcode Instruments.

signpost.video-converter.com.mp4

API

signpost.event("string_info")

image

	local id = signpost.start("string_start_info")
	-- your code
	signpost.stop(id, "string_stop_info")

image

If you have any issues, questions or suggestions please create an issue or contact me: me@agulev.com