VirtualBox

Ignore:
Timestamp:
Jun 10, 2009 1:41:54 AM (15 years ago)
Author:
vboxsync
Message:

NAT: adds performance counters to sbuf and tcp_input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/counters.h

    r20376 r20453  
    5252COUNTING_COUTER(IOWrite_rest_bytes, "SB IOWrite_rest_bytes");
    5353
     54PROFILE_COUNTER(IOSBAppend_pf, "Profiling sbuf::append common");
     55PROFILE_COUNTER(IOSBAppend_pf_wa, "Profiling sbuf::append all writen in network");
     56PROFILE_COUNTER(IOSBAppend_pf_wf, "Profiling sbuf::append writen fault");
     57PROFILE_COUNTER(IOSBAppend_pf_wp, "Profiling sbuf::append writen partly");
    5458COUNTING_COUTER(IOSBAppend, "SB: Append total");
    5559COUNTING_COUTER(IOSBAppend_wa, "SB: Append all is written to network ");
     
    6266COUNTING_COUTER(IOSBAppendSB_w_ge_r, "SB: AppendSB (sb_wptr >= sb_rptr)");
    6367COUNTING_COUTER(IOSBAppendSB_w_alter, "SB: AppendSB (altering of sb_wptr)");
     68
     69PROFILE_COUNTER(TCP_reassamble, "TCP::reasamble");
     70PROFILE_COUNTER(TCP_input, "TCP::input");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette