PHPackages                             tankist/codeception-profiler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. tankist/codeception-profiler

ActiveLibrary[Testing &amp; Quality](/categories/testing)

tankist/codeception-profiler
============================

Codeception extension used to profile unit tests

0.1.2(10y ago)019MITPHPPHP &gt;=5.4

Since Dec 10Pushed 9y agoCompare

[ Source](https://github.com/tankist/codeception-profiler)[ Packagist](https://packagist.org/packages/tankist/codeception-profiler)[ RSS](/packages/tankist-codeception-profiler/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

Codeception profiler
====================

[](#codeception-profiler)

Codeception extension used to profile unit tests

[![Code Climate](https://camo.githubusercontent.com/338ae3db51db39cf9d36a39bc80c0f94ae474f3bafd70e2bc1bf60788a089ab4/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f74616e6b6973742f636f646563657074696f6e2d70726f66696c65722f6261646765732f6770612e737667)](https://codeclimate.com/github/tankist/codeception-profiler) [![Test Coverage](https://camo.githubusercontent.com/4af8bd219c15ec794309a1f9fd6b4aced7aa2d9d4dedb17f6d61f40dda09ea48/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f74616e6b6973742f636f646563657074696f6e2d70726f66696c65722f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/tankist/codeception-profiler/coverage) [![Issue Count](https://camo.githubusercontent.com/5631cd9127ef3bc3a80623ae420a7e1ff9e358c92079af3ffee6b40c24695fe7/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f74616e6b6973742f636f646563657074696f6e2d70726f66696c65722f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/tankist/codeception-profiler)

Minimum Requirements
--------------------

[](#minimum-requirements)

- Codeception 2.1.0
- PHP 5.4

Installation using [Composer](https://getcomposer.org)
------------------------------------------------------

[](#installation-using-composer)

```
$ composer require tankist/codeception-profiler
```

Be sure to enable the extension in `codeception.yml` as shown in [configuration](#configuration) below.

Configuration
-------------

[](#configuration)

All enabling and configuration is done in `codeception.yml`.

### Enabling Profiler with defaults

[](#enabling-profiler-with-defaults)

```
extensions:
    enabled:
        - Codeception\Extension\Profiler
```

### Enabling Profiler with alternate settings

[](#enabling-profiler-with-alternate-settings)

```
extensions:
    enabled:
        - Codeception\Extension\Profiler
    config:
        Codeception\Extension\Profiler:
            warningTimeLimit: 5
            errorTimeLimit: 30
```

### Available options

[](#available-options)

- `warningTimeLimit: {warningTimeLimit}`
    - If test execution time will exceed this limit test will be marked as `warning` (yellow)
    - Default: `1`
- `errorTimeLimit: {errorTimeLimit}`
    - If test execution time will exceed this limit test will be marked as `error` (red)
    - Default: `10`

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3855d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/454477?v=4)[Victor Gryshko](/maintainers/tankist)[@tankist](https://github.com/tankist)

---

Top Contributors

[![tankist](https://avatars.githubusercontent.com/u/454477?v=4)](https://github.com/tankist "tankist (2 commits)")

---

Tags

codeceptioncodeception-extensioncodeception-profilerphpunit-testing

### Embed Badge

![Health badge](/badges/tankist-codeception-profiler/health.svg)

```
[![Health](https://phpackages.com/badges/tankist-codeception-profiler/health.svg)](https://phpackages.com/packages/tankist-codeception-profiler)
```

###  Alternatives

[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15311.8M36](/packages/magento-magento2-functional-testing-framework)[lucatume/wp-browser

A set of Codeception modules to test WordPress projects.

6424.1M173](/packages/lucatume-wp-browser)[allure-framework/allure-codeception

Allure Codeception integration

5212.5M9](/packages/allure-framework-allure-codeception)[mcustiel/phiremock-codeception-extension

Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.

311.1M6](/packages/mcustiel-phiremock-codeception-extension)[contributte/codeception

Integration of Nette framework to Codeception.

27893.6k1](/packages/contributte-codeception)[docler-labs/codeception-slim-module

Codeception Module for Slim framework.

13206.0k1](/packages/docler-labs-codeception-slim-module)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
