discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using gprof with GNUstep


From: Nate Smith
Subject: Using gprof with GNUstep
Date: Fri, 23 Jun 2006 10:41:42 -0400

Hello everyone,
        
Has anyone used gprof with GNUstep? And if so, what does options are
needed in the GNUmakefile? For overkill, I used these options:
        
ADDITIONAL_OBJCFLAGS=-pg -fprofile-arcs -ftest-coverage
ADDITIONAL_CFLAGS=-pg -fprofile-arcs -ftest-coverage
ADDITIONAL_LDFLAGS=-pg -fprofile-arcs -ftest-coverage
        
but, alas, no gmon.out file is created (needed by gprof.) Any ideas?
        
Nate
        





reply via email to

[Prev in Thread] Current Thread [Next in Thread]