Changeset 4896


Ignore:
Timestamp:
01/23/09 00:37:22 (4 years ago)
Author:
werner
Message:

Normalize the crash rate as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/wlan/freeze/r2ch.py

    r4894 r4896  
    3434    else: 
    3535        d = 1 
    36     print v["ASSOC"]/d, v["LATE"]/d, v["WRONG"]/d, v["TROUBLE"]/d, v["CRASH"] 
     36    print v["ASSOC"]/d, v["LATE"]/d, v["WRONG"]/d, v["TROUBLE"]/d, v["CRASH"]/d 
    3737 
    3838 
Note: See TracChangeset for help on using the changeset viewer.