Changeset 8eec3c8 in mainline for uspace/lib/c/include/stats.h


Ignore:
Timestamp:
2010-06-10T14:24:50Z (15 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/lib/c/include/stats.h

    r1113c9e r8eec3c8  
    5353extern stats_thread_t *stats_get_thread(thread_id_t);
    5454
     55extern stats_exc_t *stats_get_exceptions(size_t *);
     56extern stats_exc_t *stats_get_exception(unsigned int);
     57
    5558extern void stats_print_load_fragment(load_t, unsigned int);
    5659extern const char *thread_get_state(state_t);
Note: See TracChangeset for help on using the changeset viewer.