#example rule file
#rule grammar: FIELD OPERATOR NUMBER
#FIELD = numcalls, numsubrs, usec, cumusec, stddev, count, totalcount,
#        percent, usecs/call, counts/call
#OPERATOR = <, >, =
#NUMBER = any number (may use scientific notation, ie, 1000000 or 1e+6)

usec > 1000 & numcalls > 400000 & usecs/call < 10 
