Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agulev/extension-signpost

Defold engine native extension, that helps to mark points of interest in Xcode Instruments.
https://github.com/agulev/extension-signpost

defold defold-game-engine defold-library defold-native-extension profiling signpost xcode-instruments

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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

https://user-images.githubusercontent.com/2209596/171910263-78ffab24-1be8-4537-a7f9-7725971c39c1.mp4

## API

```Lua
signpost.event("string_info")
```
image

```Lua
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](https://github.com/AGulev/extension-signpost/issues) or contact me: [email protected]