Searched refs:formula (Results 1 - 4 of 4) sorted by relevance

/gem5/util/systemc/gem5_within_systemc/
H A Dstats.cc108 const Stats::FormulaInfo *formula = dynamic_cast<Stats::FormulaInfo local
110 if (formula){
111 output->visit(*formula);
/gem5/util/stats/
H A Ddb.py100 self.formula = self.db.allFormulas[self.stat]
227 for id,formula in self.cursor.fetchall():
228 self.allFormulas[int(id)] = formula.tostring()
313 print '%-60s %s' % ('formula name', 'formula')
H A Dinfo.py411 formula = re.sub(':', '__', self.formula)
412 value = eval(formula, self.source.stattop)
/gem5/src/base/
H A Dstatistics.hh1382 // Non formula statistics
2100 * Base class for formula statistic node. These nodes are used to build a tree
2101 * that represents the formula.
3010 * A formula for statistics that is calculated when printed. A formula is
3023 * Create and initialize thie formula, and register it with the database.
3034 * @return a reference to this formula.
3048 * @return a reference to this formula.
3055 * @return a reference to this formula.
3071 * Formula if the formula i
[all...]

Completed in 30 milliseconds