Bug 762856 (GLUSTER-1124) - run 'gcov' and 'gprof' on codebase
Summary: run 'gcov' and 'gprof' on codebase
Keywords:
Status: CLOSED WONTFIX
Alias: GLUSTER-1124
Product: GlusterFS
Classification: Community
Component: build
Version: mainline
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Amar Tumballi
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-15 12:28 UTC by Amar Tumballi
Modified: 2015-12-01 16:45 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Amar Tumballi 2010-07-15 12:28:24 UTC
current way of building glusterfs is not suitable to run 'gcov' and 'gprof' on codebase, as gcov runs on only statically linked files, and not shared files (or library files). Hence we can get only gcov of 'glusterfsd.c', it should be possible to link all the files together so we can run gcov on codebase.

Regards,
Amar

Comment 1 Amar Tumballi 2010-07-19 07:07:42 UTC
we can get profiling done based on 'callgrind', we have to evaluate other methods if any..


Note You need to log in before you can comment on or make changes to this bug.