Confirmed users
356
edits
m (Corrected example payloads) |
|||
| Line 67: | Line 67: | ||
| GET / | | GET / | ||
| main thread call stacks (list of function addresses) and memory maps collected from transient main-thread hangs | | main thread call stacks (list of function addresses) and memory maps collected from transient main-thread hangs | ||
| Example: <code><nowiki>[{"stack":["0x247E0"], "memoryMap":[[0, "mozjs. | | Example: <code><nowiki>[{"stack":["0x247E0"], "memoryMap":[[0, "mozjs.dll", 200000, 2, "E9DC73C71231454A80C1AB0D5B9B4C6F", "mozjs.pdb"]]}]</nowiki></code> | ||
|- | |- | ||
| ''Out:'' | | ''Out:'' | ||
| HTTP Response | | HTTP Response | ||
| symbols for each of the functions on the call stacks | | symbols for each of the functions on the call stacks | ||
| Example: <code><nowiki>[["JS::Value::isPrimitive() in mozjs. | | Example: <code><nowiki>[["JS::Value::isPrimitive() in mozjs.dll"]]</nowiki></code> | ||
|} | |} | ||