Searched refs:s_store_first_to_last_ptr (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/ruby/profiler/
H A DStoreTrace.cc42 Histogram* StoreTrace::s_store_first_to_last_ptr = NULL; member in class:StoreTrace
80 s_store_first_to_last_ptr = new Histogram(-1);
92 out << "store_first_to_last: " << (*s_store_first_to_last_ptr) << endl;
103 s_store_first_to_last_ptr->clear();
149 s_store_first_to_last_ptr->add(m_last_store - m_first_store);
H A DStoreTrace.hh61 static Histogram* s_store_first_to_last_ptr; member in class:StoreTrace

Completed in 5 milliseconds