PhpunitMemoryAndTimeUsageListener\Domain\Measurement\TestMeasurement::measuredInformationMessage PHP Method

measuredInformationMessage() public method

    public function measuredInformationMessage()
    {
        return $this->testName . " in file " . $this->testFile . " measurements: " . $this->timeUsage->timeInMilliseconds() . " milliseconds, " . $this->memoryUsage->memoryInKiloBytes() . "Kb memory usage, " . $this->memoryPeakDifference->memoryInKiloBytes() . "Kb memory peak difference";
    }