DynamoRIO / DynamoRIO/dynamorio
client convenience routines to increment a counter and perform other stats gathering
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [derek.br...@gmail.com](https://code.google.com/u/117968039472581148324/) on February 24, 2009 14:42:49_
this was PR 315346
Several of our samples include the same code to increment a counter from
the cache (most suboptimal). Given that we now support private and shared
caches, the possibility of eflags analysis and register liveness analysis,
inc vs. add flag/perf effects etc. writing a maximally efficient in cache
increment is fairly non-trivial. Doing more complicated stats gathering is
even harder. As such convenience routines for efficient stats gathering
would likely be appreciated. A good place to start would be to replicate
the functionality of our internal STATS_\* macros with client available
in-cache versions.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=54_
Contributor guide
Assessment
This issue has not been assessed yet.