mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Execution with heaptrack (#5644)
This commit is contained in:
13
docs/API.md
13
docs/API.md
@@ -99,7 +99,18 @@ Execution Only request example:
|
||||
"userArguments": "-O3",
|
||||
"executeParameters": {
|
||||
"args": ["arg1", "arg2"],
|
||||
"stdin": "hello, world!"
|
||||
"stdin": "hello, world!",
|
||||
"runtimeTools": [
|
||||
{
|
||||
"name": "env",
|
||||
"options": [
|
||||
{
|
||||
"name": "MYENV",
|
||||
"value": "123"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"compilerOptions": {
|
||||
"executorRequest": true
|
||||
|
||||
Reference in New Issue
Block a user