This is the mail archive of the
ecos-cvs@sourceware.org
mailing list for the ecos project.
ecos/packages/services/profile/gprof/current C ...
- From: jlarmour at sourceware dot org
- To: ecos-cvs at ecos dot sourceware dot org
- Date: 21 Dec 2007 16:47:15 -0000
- Subject: ecos/packages/services/profile/gprof/current C ...
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2007-12-21 16:47:15
Modified files:
packages/services/profile/gprof/current: ChangeLog
packages/services/profile/gprof/current/doc: profile.sgml
packages/services/profile/gprof/current/include: profile.h
packages/services/profile/gprof/current/src: profile.c
Log message:
* include/profile.h: Declare profile_off.
* src/profile.c: Added support for invoking profile_on() multiple
times. It now stops profiling and sets up a fresh profiling range
on every invocation using new profile_off() function.
* doc/profile.sgml: Document it.