/share/twn_api.h: add profiling api
This commit is contained in:
parent
916e433753
commit
6cb166522e
@ -268,6 +268,24 @@
|
|||||||
{ "name": "value", "type": "Rect" },
|
{ "name": "value", "type": "Rect" },
|
||||||
{ "name": "identity", "type": "char *" }
|
{ "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 *" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user