Show
Ignore:
Timestamp:
04/04/07 16:36:13 (1 year ago)
Author:
karpet
Message:

verify locale should also be global

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/README

    r1923 r1925  
    4545 
    4646 
     47 
     48Profiling with gprof 
     49--------------------------- 
     50 
     51The default Makefile.am files include the -pg flag in order 
     52to get profiling information. You should remove the -pg before 
     53compiling for a production (i.e., non-development) system. 
     54 
     55See the gprof man page. 
     56 
     57Basically: 
     58 
     59 gprof .libs/swish_lint 
     60 
     61should give the 'make test' profile. 
     62