Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/agulev/extension-signpost
- Owner: AGulev
- License: mit
- Created: 2022-06-03T07:56:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T16:52:50.000Z (over 2 years ago)
- Last Synced: 2024-12-09T01:48:32.132Z (about 1 month ago)
- Topics: defold, defold-game-engine, defold-library, defold-native-extension, profiling, signpost, xcode-instruments
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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")
``````Lua
local id = signpost.start("string_start_info")
-- your code
signpost.stop(id, "string_stop_info")
```If you have any issues, questions or suggestions please [create an issue](https://github.com/AGulev/extension-signpost/issues) or contact me: [email protected]