Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 805 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 805 Bytes

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