On 06/29, Steven Rostedt wrote: > > On Fri, 29 Jun 2007, Alexey Kuznetsov wrote: > > > > static void measure_workqueue(void) > > { > > int i; > > int cnt = 0; > > unsigned long start; > > DECLARE_WORK(test, do_test_wq, 0); > > struct workqueue_struct * wq; > > > > start = jiffies; > > > > wq = create_workqueue("testq");
Also, create_workqueue() is very costly. The last 2 lines should be reverted. Oleg. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/