Re: [Moses-support] Moses profiling

2014-09-15 Thread Nikolay Bogoychev
If you want to use google-perftools for profiling http://code.google.com/p/gperftools/wiki/GooglePerformanceTools compile moses with: ./bjam --full-tcmalloc link=shared On Sat, Sep 13, 2014 at 9:54 PM, Arturo Argueta wrote: > Is there any way to enable profiling on moses? I've heard that one > m

Re: [Moses-support] Moses profiling

2014-09-14 Thread Kenneth Heafield
Append "profile" to the command line. This is also documented in ./bjam --help (once you get the search path working...). On 09/13/14 16:54, Arturo Argueta wrote: > Is there any way to enable profiling on moses? I've heard that one > modification on one bjam can enable profiling on moses > > Tha