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

/haiku/src/apps/cortex/support/
H A DProfileTarget.h60 struct block_entry { struct in class:ProfileTarget
61 block_entry() : elapsed(0), count(0), name(0) {} function in struct:ProfileTarget::block_entry
70 typedef map<BString, block_entry> block_entry_map;
74 //bool operator<(const ProfileTarget::block_entry& a, const ProfileTarget::block_entry& b);
H A DProfileTarget.cpp58 bool operator<(const ProfileTarget::block_entry& a, const ProfileTarget::block_entry& b);
60 bool operator<(const ProfileTarget::block_entry& a, const ProfileTarget::block_entry& b) {
74 void operator()(ProfileTarget::block_entry& entry) const {
91 list<block_entry> sorted;
99 sorted.push_back(block_entry());
115 block_entry& e = m_blockEntryMap[blockName];

Completed in 62 milliseconds