Changeset 3593 for trunk/kStuff/kProfiler2/prfcore.h.h
- Timestamp:
- Sep 30, 2007, 11:41:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/kStuff/kProfiler2/prfcore.h.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kProfiler2/prfcore.h.h
r3566 r3593 270 270 /** Stack address of this frame. 271 271 * This is used to detect throw and longjmp, and is also used to deal with overflow. (relative address) */ 272 KPRF_TYPE(,UPTR) uFramePtr;272 KPRF_TYPE(,UPTR) uFramePtr; 273 273 /** Offset (relative to the profiler header) to the function record. 274 274 * This is 0 if we're out of function space. */ … … 293 293 /** The stack frames. 294 294 * The actual size of this array is specified in the header. */ 295 KPRF_TYPE(,FRAME) aFrames[1];295 KPRF_TYPE(,FRAME) aFrames[1]; 296 296 } KPRF_TYPE(,STACK); 297 297 /** Pointer to a stack. */
Note:
See TracChangeset
for help on using the changeset viewer.
