- Timestamp:
- 03/02/18 15:09:26 (3 years ago)
- Branches:
- cachetimestamps, develop, etsilive, master, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 314239a
- Parents:
- 8ed07df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracetop/tracetop.cc
r8e11beb r817713f 408 408 switch (display_as) { 409 409 case BYTES: 410 printw("%7" PRIu64"\t%7"PRIu64"\n",410 printw("%7" PRIu64 "\t%7" PRIu64 "\n", 411 411 pq.top().bytes, 412 412 pq.top().packets); 413 413 break; 414 414 case BITS_PER_SEC: 415 printw("%14.03f\t%" PRIu64"\n",415 printw("%14.03f\t%" PRIu64 "\n", 416 416 8.0*pq.top().bytes/interval, 417 417 pq.top().packets);
Note: See TracChangeset
for help on using the changeset viewer.