- Timestamp:
- 03/11/13 13:55:42 (9 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 85de6e1
- Parents:
- 501a8eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracetop/tracetop.cc
r501a8eb rca076e7 409 409 8.0*pq.top().bytes/interval, 410 410 pq.top().packets); 411 break; 411 412 case PERCENT: 412 413 printw("%6.2f%%\t%6.2f%%\n", … … 558 559 }; 559 560 560 int c= getopt_long(argc, argv, " Pf:Fs:p:hHi:w12345",561 int c= getopt_long(argc, argv, "BPf:Fs:p:hHi:w12345", 561 562 long_options, &option_index); 562 563
Note: See TracChangeset
for help on using the changeset viewer.