Searched refs:endl (Results 401 - 425 of 961) sorted by relevance

<<11121314151617181920>>

/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc65 cout << fixed << endl; local
119 ,0)<< endl;
122 ,0)<< endl;
125 ,0)<< endl;
129 std::cout << "ACT Cmd Energy: " << test.getEnergy().act_energy << " pJ" << endl; local
130 std::cout << "PRE Cmd Energy: " << test.getEnergy().pre_energy << " pJ" << endl; local
131 std::cout << "RD Cmd Energy: " << test.getEnergy().read_energy << " pJ" << endl; local
132 std::cout << "WR Cmd Energy: " << test.getEnergy().write_energy << " pJ" << endl << endl; local
136 std::cout << "ACT Stdby Energy: " << test.getEnergy().act_stdby_energy << " pJ" << endl; local
139 test.getEnergy().act_stdby_energy << " pJ" << endl ; local
140 std::cout << "PRE Stdby Energy: " << test.getEnergy().pre_stdby_energy << " pJ" << endl << endl; local
141 std::cout << "Total Trace Energy: " << test.getEnergy().total_energy << " pJ" << endl; local
145 std::cout << "Average Power: " << test.getPower().average_power << " mW" << endl; local
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp38 using std::endl;
52 cout << "sc_get_status() == " << hex << sc_get_status() << " CTOR in " << name() << endl;
72 cout << "sc_get_status() == " << hex << sc_get_status() << " before_end_of_elaboration in " << name() << endl;
82 cout << "sc_get_status() == " << hex << sc_get_status() << " end_of_elaboration in " << name() << endl;
91 cout << "sc_get_status() == " << hex << sc_get_status() << " start_of_simulation in " << name() << endl;
101 cout << "sc_get_status() == " << hex << sc_get_status() << " end_of_simulation in " << name() << endl;;
164 cout << "sc_get_status() == " << hex << sc_get_status() << " CTOR in " << name() << endl;
199 cout << "sc_get_status() == " << hex << sc_get_status() << " before_end_of_elaboration in " << name() << endl;
208 cout << "sc_get_status() == " << hex << sc_get_status() << " end_of_elaboration in " << name() << endl;
215 cout << "sc_get_status() == " << hex << sc_get_status() << " start_of_simulation in " << name() << endl;
295 cout << "spawned_while_paused() awoke" << endl; local
346 cout << endl << "Success" << endl; local
[all...]
/gem5/src/mem/ruby/profiler/
H A DStoreTrace.cc65 << " total_samples: " << m_total_samples << endl
66 << "store_count: " << m_store_count << endl
67 << "store_first_to_stolen: " << m_store_first_to_stolen << endl
68 << "store_last_to_stolen: " << m_store_last_to_stolen << endl
69 << "store_first_to_last: " << m_store_first_to_last << endl; local
88 out << "total_samples: " << s_total_samples << endl; local
89 out << "store_count: " << (*s_store_count_ptr) << endl;
90 out << "store_first_to_stolen: " << (*s_store_first_to_stolen_ptr) << endl;
91 out << "store_last_to_stolen: " << (*s_store_last_to_stolen_ptr) << endl;
92 out << "store_first_to_last: " << (*s_store_first_to_last_ptr) << endl;
[all...]
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test07/
H A Dtest07.cpp44 cout << *actual_p <<" " << *expected_p << endl; local
45 cout <<"another line" << endl; local
55 cout << "!!! ERROR (" << #LEFT << "," << #RIGHT << "):" << endl; \
56 cout << " expected: " << hex << *expected_p << endl; \
57 cout << " actual: " << hex << *actual_p << endl; \
58 cout << " diff mask: " << hex << ((high_int,low_int) ^ (LEFT,RIGHT)) << endl; \
113 cout << endl << dec << "[" << high_i << "," << low_i << "]:"
114 << endl; local
117 << high_int << " , " << low_int << " )" << endl; local
141 cout << "Program completed" << endl; local
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_pthread.cpp77 DEBUGF << this << ": sc_cor_pthread::sc_cor_pthread()" << std::endl; member in class:sc_core::std
87 DEBUGF << this << ": sc_cor_pthread::~sc_cor_pthread()" << std::endl; member in class:sc_core::std
102 DEBUGF << p << ": sc_cor_pthread::invoke_module_method()" << std::endl; member in class:sc_core::std
114 DEBUGF << p << ": child signalling main thread " << endl; local
126 << active_cor_p << std::endl; member in class:sc_core::std
154 DEBUGF << &main_cor << ": is main co-routine" << std::endl; member in class:sc_core::std
177 << cor_p << ")" << std::endl; member in class:sc_core::std
214 << cor_p << std::endl; member in class:sc_core::std
222 << cor_p << std::endl; member in class:sc_core::std
225 << cor_p << endl; local
229 << cor_p << ")" << std::endl; member in class:sc_core::std
246 DEBUGF << from_p << ": switch to " << to_p << std::endl; member in class:sc_core::std
258 DEBUGF << from_p << " restarting after yield to " << to_p << std::endl; member in class:sc_core::std
269 DEBUGF << active_cor_p << ": aborting, switching to " << n_p << std::endl; member in class:sc_core::std
[all...]
H A Dsc_ver.cpp42 using std::endl;
107 cerr << endl; local
108 cerr << indent << sc_version() << endl;
110 cerr << indent << line << endl; local
115 cerr << "SystemC Simulation" << endl; local
/gem5/src/systemc/tests/systemc/1666-2011-compliance/odds_and_ends/
H A Dodds_and_ends.cpp38 using std::endl;
84 cout << "suspend at " << sc_time_stamp() << endl;
87 cout << "resume at " << sc_time_stamp() << endl;
91 cout << "disable at " << sc_time_stamp() << endl;
94 cout << "enable at " << sc_time_stamp() << endl;
115 cout << "T2 at " << sc_time_stamp() << endl;
123 cout << "task1 or task2 completed" << endl; local
130 cout << "task1 or task2 completed" << endl; local
143 cout << "reset_handler() called at " << sc_time_stamp() << endl;
150 cout << "kill_handler() called at " << sc_time_stamp() << endl;
205 cout << endl << "Success" << endl; local
[all...]
/gem5/src/systemc/tests/systemc/misc/v1.0/blv/
H A Dblv.cpp61 "st="<<st<<"\nx="<<x<< endl; local
65 "st="<<st<<"\nx="<<x<< endl; local
69 "st="<<st<<"\nx="<<x<< endl; local
73 "st="<<st<<"\nx="<<x<< endl; local
78 "st="<<st<<"\nx="<<x<< endl; local
84 "st="<<st<<"\nx="<<x<< endl; local
92 "st="<<st<<"\nx="<<x<< endl; local
105 <<")" << endl; local
110 "st="<<st<<"\nx="<<x<< endl; local
119 << endl; local
126 cout<<"\\nverifying sc_bv<"<<N<<">" << endl; local
137 cout<<"\\nverifying sc_lv<"<<N<<">" << endl; local
[all...]
/gem5/tests/test-progs/threads/src/
H A Dthreads.cpp55 cerr << "Usage: " << argv[0] << " [num_values]" << endl; local
59 cerr << "Usage: " << argv[0] << " [num_values]" << endl; local
66 cout << "with " << num_values << " values" << endl; local
74 cerr << "Allocation error!" << endl; local
93 cout << "Waiting for other threads to complete" << endl; local
110 cerr << " Got " << c[i] << "." << endl; local
115 cout << "Success!" << endl; local
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp248 cout << "Bytes written: " << n << endl;
263 cout << "stat:" << endl;
264 cout << "\tst_dev =\t" << stat_buf.st_dev << endl;
265 cout << "\tst_ino =\t" << stat_buf.st_ino << endl;
266 cout << "\tst_mode =\t" << stat_buf.st_mode << endl;
267 cout << "\tst_nlink =\t" << stat_buf.st_nlink << endl;
268 cout << "\tst_uid =\t" << stat_buf.st_uid << endl;
269 cout << "\tst_gid =\t" << stat_buf.st_gid << endl;
270 cout << "\tst_rdev =\t" << stat_buf.st_rdev << endl;
271 cout << "\tst_size =\t" << stat_buf.st_size << endl;
[all...]
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test09/
H A Dtest09.cpp73 << " initialization" << endl;
85 << " got kill" << endl;
95 << endl;
96 cout << endl; local
119 << " initialization" << endl;
146 << " initialization" << endl;
161 << " removing children" << endl;
179 cout << sc_time_stamp() << " stimulus issuing reset" << endl;
203 cout << "Program completed" << endl; local
/gem5/ext/mcpat/
H A Dmain.cc72 cerr << "ERROR: File not found: " << xml_file << endl << endl; local
78 << endl; local
106 cerr << "How to use McPAT:" << endl; local
109 << "only)/1 (optimzed for target clock rate)>" << endl; local
/gem5/src/systemc/tests/systemc/bugs/stack_alignment/
H A Dstack_alignment.cpp98 cout << "Inside C::run() " << endl; local
112 cout << "Between C::run() " << endl; local
115 cout << "Out of C::run() " << endl; local
124 cout << "Inside sc_main() " << endl; local
127 cout << "Out of sc_main() " << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test01/
H A Dtest01.cpp55 cout << sc_time_stamp() << ":" << endl;
56 cout << " all[0] = " << m_all[0]->read() << endl;
57 cout << " all[1] = " << m_all[1]->read() << endl;
58 cout << " one = " << m_one->read() << endl;
60 cout << " none = " << m_none->read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test02/
H A Dtest02.cpp55 cout << sc_time_stamp() << ":" << endl;
56 cout << " all[0] = " << m_all[0]->read() << endl;
57 cout << " all[1] = " << m_all[1]->read() << endl;
58 cout << " one = " << m_one->read() << endl;
60 cout << " none = " << m_none->read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test03/
H A Dtest03.cpp55 cout << sc_time_stamp() << ":" << endl;
56 cout << " all[0] = " << m_all[0]->read() << endl;
57 cout << " all[1] = " << m_all[1]->read() << endl;
58 cout << " one = " << m_one->read() << endl;
60 cout << " none = " << m_none->read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test04/
H A Dtest04.cpp55 cout << sc_time_stamp() << ":" << endl;
56 cout << " all[0] = " << m_all[0]->read() << endl;
57 cout << " all[1] = " << m_all[1]->read() << endl;
58 cout << " one = " << m_one->read() << endl;
60 cout << " none = " << m_none->read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test05/
H A Dtest05.cpp73 cout << "m_all_bound_4[0] = " << m_all_bound_4[0]->read() << endl;
74 cout << "m_all_bound_4[1] = " << m_all_bound_4[1]->read() << endl;
75 cout << "m_all_bound_4[2] = " << m_all_bound_4[2]->read() << endl;
76 cout << "m_all_bound_4[3] = " << m_all_bound_4[3]->read() << endl;
99 cout << "Program completed" << endl; local
/gem5/src/systemc/tests/systemc/kernel/sc_object_manager/test01/
H A Dtest01.cpp55 cout << " " << obj_p->name() << ": " << obj_p->kind() << endl;
58 cout << endl; local
82 cout << "Internal: " << endl; local
97 cout << "External: " << endl; local
102 cout << "Program completed" << endl; local
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test1/
H A Dtest1.cpp64 cout << "P1: Set to 1" << endl; local
68 cout << "P1: Set to Z" << endl; local
98 cout << "P2: Set to 0" << endl; local
102 cout << "P2: Set to Z" << endl; local
125 cout << "Value on Bus = " << v.to_char() << endl;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test2/
H A Dtest2.cpp64 cout << "P1: Set to 1" << endl; local
68 cout << "P1: Set to Z" << endl; local
98 cout << "P2: Set to 0" << endl; local
102 cout << "P2: Set to Z" << endl; local
125 cout << "Value on Bus = " << v.to_char() << endl;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test3/
H A Dtest3.cpp65 cout << "P1: Set to 1" << endl; local
69 cout << "P1: Set to Z" << endl; local
99 cout << "P2: Set to 1" << endl; local
103 cout << "P2: Set to Z" << endl; local
126 cout << "Value on Bus = " << v.to_char() << endl;
/gem5/src/systemc/tests/systemc/misc/synth/reduce/
H A Dreduce.cpp66 cout << reduce_imp(u) << endl;
68 cout << reduce_imp(u) << endl;
70 cout << reduce_imp(u) << endl;
72 cout << reduce_imp(u) << endl;
74 cout << reduce_imp(u) << endl;
/gem5/src/systemc/tests/systemc/misc/unit/data/general/subvector/stab2/
H A Dstab2.cpp76 cout << x << endl; local
77 cout << x.to_string() << endl;
78 cout << y << endl; local
79 cout << y.to_string() << endl;
80 cout << z << endl; local
81 cout << w << endl; local
84 cerr << "k = " << k << endl; local
90 cout << "i = " << i << endl; local
91 cout << x.range(i + 224, i) << endl;
92 cout << x.range(i + 224, i).to_string() << endl;
[all...]
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test05/
H A Dtest05.cpp42 using std::endl;
74 cout << "sc_unwind_exception caught by ticker" << endl;
115 cout << "Target called/reset at " << sc_time_stamp() << endl;
121 cout << "Target awoke at " << sc_time_stamp() << endl;
125 cout << "sc_unwind_exception caught by target" << endl;

Completed in 25 milliseconds

<<11121314151617181920>>