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


Ignore:
Timestamp:
2019-12-11T10:49:48Z (4 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe7bcf1
Parents:
ad211c8
Message:

add basic support for IPC statistics

Dumping of phone connections is supported right now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stats.h

    rad211c8 ra6302ae  
    5252
    5353extern stats_thread_t *stats_get_threads(size_t *);
     54extern stats_ipcc_t *stats_get_ipccs(size_t *);
    5455
    5556extern stats_exc_t *stats_get_exceptions(size_t *);
Note: See TracChangeset for help on using the changeset viewer.