Lines Matching refs:endl
27 cerr << __func__ << ":" << __LINE__ << " condition:" << #cond << " failed\n" << endl; \
141 << m_worst / 1000 << " microseconds" << endl; in dump()
147 cout << "average:" << average << "ms worst:" << worst << "ms best:" << best << "ms" << endl; in dump()
167 cout << endl; in dump()
201 cout << "Created BinderWorker" << num << endl; in worker_fx()
230 cout << "thread " << num << " failed " << ret << "i : " << i << endl; in worker_fx()
291 cout << "waiting for workers to complete" << endl; in run_main()
299 cout << "iterations per sec: " << iterations_per_sec << endl; in run_main()
302 cout << "collecting results" << endl; in run_main()
312 cout << "killing workers" << endl; in run_main()
318 cout << "nonzero child status" << status << endl; in run_main()
326 cout << "Max latency during training: " << tot_results.m_worst / 1.0E6 << "ms" << endl; in run_main()
345 cout << "Usage: binderThroughputTest [OPTIONS]" << endl; in main()
346 cout << "\t-i N : Specify number of iterations." << endl; in main()
347 cout << "\t-m N : Specify expected max latency in microseconds." << endl; in main()
348 cout << "\t-p : Split workers into client/server pairs." << endl; in main()
349 cout << "\t-s N : Specify payload size." << endl; in main()
350 cout << "\t-t N : Run training round." << endl; in main()
351 cout << "\t-w N : Specify total number of workers." << endl; in main()
387 cout << "Max latency -m must be positive." << endl; in main()
394 cout << "Start training round" << endl; in main()
396 cout << "Completed training round" << endl << endl; in main()