main
|
Last change
on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago |
|
Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.
git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c
|
-
Property mode
set to
100644
|
|
File size:
594 bytes
|
| 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.