Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename LineProfiling to GCOVProfiling to more accurately represent what it | Nick Lewycky | 2011-04-16 | 1 | -40/+0 |
* | Fix format string warning. | Benjamin Kramer | 2011-04-13 | 1 | -1/+1 |
* | Use %ull here. | Nick Lewycky | 2011-04-13 | 1 | -1/+2 |
* | Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format | Nick Lewycky | 2011-04-12 | 1 | -1/+3 |
* | The counters are unsigned. | Nick Lewycky | 2011-04-12 | 1 | -1/+1 |
* | Add support for line profiling. Very work-in-progress. | Nick Lewycky | 2011-04-12 | 1 | -0/+37 |