Searched refs:prof (Results 1 - 3 of 3) sorted by relevance

/gem5/util/
H A Doprofile-top.py67 prof = {} variable
80 prof[cat] = prof.get(cat,0) + int(count)
87 #syms = [(i[1], i[0]) for i in prof.items()]
90 # print "%s -- %5.1f%% " % (prof[i][1], 100 * float(prof[i][0])/float(total))
93 if prof.has_key(d):
94 print "%s -- %5.1f%% " % (d, 100 * float(prof[d])/float(total))
H A Dcompile155 bool_option("prof", default=False, help="compile profile binaries")
181 options.prof = True
196 if options.prof:
197 binaries.append('m5.prof')
/gem5/src/base/loader/
H A Dcoff_sym.h208 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr

Completed in 8 milliseconds