Changeset 19896
- Timestamp:
- 04/03/07 07:06:59 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/vpr/Perf/ProfileManager.cpp
r19729 r19896 90 90 { 91 91 vpr::Thread* thread = vpr::ThreadManager::instance()->getThread(t); 92 std::cout << "Print thread: " << (void*)thread << std::endl;93 std::cout << "Thread: " << thread << std::endl;94 92 ProfileNode* root_node = getRootNode(thread); 95 93 root_node->printTree();
