/share/twn_api.h: add profiling api

This commit is contained in:
veclavtalica 2025-01-29 00:55:12 +03:00
parent 916e433753
commit 6cb166522e

View File

@ -268,6 +268,24 @@
{ "name": "value", "type": "Rect" },
{ "name": "identity", "type": "char *" }
]
},
"profile_start": {
"module": "util",
"symbol": "profile_start",
"header": "twn_util.h",
"params": [
{ "name": "profile", "type": "char *" }
]
},
"profile_end": {
"module": "util",
"symbol": "profile_end",
"header": "twn_util.h",
"params": [
{ "name": "profile", "type": "char *" }
]
}
},