Changeset f63b13 in git for Singular


Ignore:
Timestamp:
Feb 12, 2013, 6:38:23 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
787ec4ed0bff77b2fd30601d7e99562b7f71fb7a
Parents:
643877cb2b7ba9e8b5c640ed05630fa816f821a0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-12 18:38:23+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-13 17:13:27+01:00
Message:
Optional starting of Google Profiler

NOTE: also needs to link with -lprofiler (google tools)

NOTE: with the use of schreyer.lib: use ProfilerStart(file_name)/ProfilerStop()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/schreyer.lib

    r643877c rf63b13  
    14281428//      exportto(Schreyer, Syzextra::p_Content);
    14291429
     1430      exportto(Schreyer, Syzextra::ProfilerStart); exportto(Schreyer, Syzextra::ProfilerStop);
     1431
    14301432      exportto(Schreyer, Syzextra::Tail);
    14311433
     
    14661468//      exportto(Schreyer, Syzextra_g::p_Content);
    14671469
     1470      exportto(Schreyer, Syzextra_g::ProfilerStart); exportto(Schreyer, Syzextra_g::ProfilerStop);
     1471
    14681472      exportto(Schreyer, Syzextra_g::Tail);
    14691473     
Note: See TracChangeset for help on using the changeset viewer.