This is an archive of the discontinued LLVM Phabricator instance.

[test-suite][AIX] Enable profiling via hpmcount on AIX
ClosedPublic

Authored by lkail on Feb 4 2021, 12:57 AM.

Details

Summary

Add --param=profile=hpmcount option to lit thus support profiling via hpmcount on AIX.

Each test will run under hpmcount and output data of hpmcount will be stored in Output directory. It's best run it after bindprocessor and use -j1.

Diff Detail

Repository
rT test-suite

Event Timeline

lkail requested review of this revision.Feb 4 2021, 12:57 AM
lkail created this revision.
lkail retitled this revision from [test-suite] Enable profiling via hpmcount on AIX to [test-suite][AIX] Enable profiling via hpmcount on AIX.Feb 4 2021, 1:03 AM
lkail edited the summary of this revision. (Show Details)
jsji accepted this revision as: jsji.Feb 17 2021, 6:07 PM

LGTM, please hold a few days in case some comments from other reviewers. Thanks.

This revision is now accepted and ready to land.Feb 17 2021, 6:07 PM
This revision was automatically updated to reflect the committed changes.