main
test-branch
| Line | |
|---|
| 1 | Context:
|
|---|
| 2 | integer are 32 bits integers endianese of the machine
|
|---|
| 3 | (little-endian on x86 for example)
|
|---|
| 4 | long integer are 64 bits integers endianese of the machine where the code is running
|
|---|
| 5 |
|
|---|
| 6 | Format:
|
|---|
| 7 | L : one integer for the number of functions names
|
|---|
| 8 | L * { one integer for the associated id of the function name
|
|---|
| 9 | l : one integer for the length of the string
|
|---|
| 10 | a string of l characters
|
|---|
| 11 | }
|
|---|
| 12 | a stream of events
|
|---|
| 13 | {
|
|---|
| 14 | an integer for the function id
|
|---|
| 15 | an integer for the kind of the event
|
|---|
| 16 | a long integer for the time at the event
|
|---|
| 17 | an integer for the stack size at the event
|
|---|
| 18 | }
|
|---|
| 19 | EOF
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.