Home
last modified time | relevance | path

Searched refs:timer_special_q (Results 1 – 3 of 3) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-descent.cpp79 …nfo & las, las_todo_list & todo, las_todo_entry const & doing, timetree_t & timer_special_q)/*{{{*/ in postprocess_specialq_descent() argument
81 SIBLING_TIMER(timer_special_q, "descent"); in postprocess_specialq_descent()
82 TIMER_CATEGORY(timer_special_q, bookkeeping()); in postprocess_specialq_descent()
H A Dlas.cpp702 timetree_t & timer_special_q(aux.rt.timer); in do_one_special_q_sublat() local
743 BOOKKEEPING_TIMER(timer_special_q); in do_one_special_q_sublat()
795 CHILD_TIMER(timer_special_q, "process_bucket_region outer container"); in do_one_special_q_sublat()
796 TIMER_CATEGORY(timer_special_q, sieving_mixed()); in do_one_special_q_sublat()
826 BOOKKEEPING_TIMER(timer_special_q); in do_one_special_q_sublat()
845 timetree_t& timer_special_q(aux.rt.timer); in do_one_special_q() local
850 SIBLING_TIMER(timer_special_q, "skew Gauss"); in do_one_special_q()
851 TIMER_CATEGORY(timer_special_q, bookkeeping()); in do_one_special_q()
861 BOOKKEEPING_TIMER(timer_special_q); in do_one_special_q()
1129 timetree_t & timer_special_q(aux.rt.timer); in las_subjob() local
[all …]
H A Dlas-descent.hpp11 …(las_info & las, las_todo_list & todo, las_todo_entry const & doing, timetree_t & timer_special_q);