Confirmed users
699
edits
(→IPDL) |
m (→IPDL) |
||
| Line 100: | Line 100: | ||
MOZ_IPC_MESSAGE_LOG=1 | MOZ_IPC_MESSAGE_LOG=1 | ||
in the environment of the processes for which you wish to see messages. | in the environment of the processes for which you wish to see messages. | ||
== Profiling == | |||
To profile those messages, use the tool in {{bug|596725}}. You will get summarized output by message count and latency. | To profile those messages, use the tool in {{bug|596725}}. You will get summarized output by message count and latency. | ||
== Working backwards from a C++ Message ID to its IPDL message == | |||