Changeset 8eec3c8 in mainline for uspace/app/top/top.h


Ignore:
Timestamp:
2010-06-10T14:24:50Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0f13d2
Parents:
1113c9e
Message:

merge basic exception accounting (this is the last piece missing from the original "measure" branch by Stanislav Kozina)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/top/top.h

    r1113c9e r8eec3c8  
    4646#define OP_TASKS  1
    4747#define OP_IPC    2
     48#define OP_EXC    3
    4849
    4950extern int operation_type;
     
    8990        stats_thread_t *threads;
    9091       
     92        size_t exceptions_count;
     93        stats_exc_t *exceptions;
     94       
    9195        stats_physmem_t *physmem;
    9296} data_t;
Note: See TracChangeset for help on using the changeset viewer.