Changeset b50cc4 in git


Ignore:
Timestamp:
May 6, 2024, 11:16:45 AM (13 days ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
b9f50b373314e74e83c7c060a651dd2913e1f033
Parents:
a96000c1632727f0f9b2ffd753e4a896bad40ece
Message:
more timer stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/f5gb.cc

    ra96000 rb50cc4  
    166166        // NOTE: inside there is a second check of criterion 2 if new rules are
    167167        // added
    168         //int timer4  =   initTimer();
     168        //int timer4  =   startTimer();
    169169        //startTimer();
    170170        //critPairs->print();
     
    206206        //}
    207207        // reduction process of new S-polynomials and also adds new critical pairs to critPairs
    208         //int timer3  =   initTimer();
     208        //int timer3  =   startTimer();
    209209        //startTimer();
    210210        //sPolyList->print();
     
    17091709    poly pOne               =   pOne();
    17101710    do {
    1711         //int timer5  =   initTimer();
     1711        //int timer5  =   startTimer();
    17121712        //startTimer();
    17131713        //Print("TOP REDUCTION:  ");
     
    19051905  }
    19061906
    1907     int timer   =   initTimer();
     1907    int timer   =   startTimer();
    19081908    startTimer();
    19091909    int i,j,k,l;
Note: See TracChangeset for help on using the changeset viewer.