Skip to content

Commit

Permalink
Merge pull request #2908 from atsaloli/update_cfprofile_README
Browse files Browse the repository at this point in the history
Remove mention of CFEngine versions from README
  • Loading branch information
nickanderson authored Sep 5, 2017
2 parents cdaf4cc + abbb6ea commit 9b80755
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contrib/cf-profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@ This simple perl script is aimed at giving more information about cf-agent runs.
together with timings and classes augmented so that you can see clearly the order of execution together with what
part of your policy cf-agent is spending most time on.

For version < 3.5.0 >=3.7.0:

```shell
# cf-agent -v | ./cf-profile.pl -a
```

For version >= 3.5.0 <3.7.0:
```shell
# cf-agent -v --legacy-output | ./cf-profile.pl -a
```

Requires Perl module Time::HiRes.

0 comments on commit 9b80755

Please sign in to comment.