Processed Files
This is the list of processed files. Any file that is in the project, but not in the list below was omitted in the analyze.
This may be due to configuration file, compilation error, wrong extension (including no extension).
| File |
|---|
| /bin/phpbench.php |
| /lib/PhpBench.php |
| /lib/Extension/CoreExtension.php |
| /lib/Extension/config/report/renderers.php |
| /lib/Extension/config/report/generators.php |
| /lib/Extension/config/benchmark/executors.php |
| /lib/Util/MemoryUnit.php |
| /lib/Util/TimeUnit.php |
| /lib/Serializer/XmlDecoder.php |
| /lib/Serializer/XmlEncoder.php |
| /lib/Console/CharacterReader.php |
| /lib/Console/Application.php |
| /lib/Console/OutputAwareInterface.php |
| /lib/Console/Command/RunCommand.php |
| /lib/Console/Command/SelfUpdateCommand.php |
| /lib/Console/Command/ReportCommand.php |
| /lib/Console/Command/ShowCommand.php |
| /lib/Console/Command/LogCommand.php |
| /lib/Console/Command/Handler/DumpHandler.php |
| /lib/Console/Command/Handler/SuiteCollectionHandler.php |
| /lib/Console/Command/Handler/RunnerHandler.php |
| /lib/Console/Command/Handler/TimeUnitHandler.php |
| /lib/Console/Command/Handler/ReportHandler.php |
| /lib/Registry/Registry.php |
| /lib/Registry/RegistrableInterface.php |
| /lib/Registry/ConfigurableRegistry.php |
| /lib/Registry/Config.php |
| /lib/Storage/DriverInterface.php |
| /lib/Storage/ArchiverInterface.php |
| /lib/Storage/HistoryEntry.php |
| /lib/Storage/StorageRegistry.php |
| /lib/Storage/HistoryIteratorInterface.php |
| /lib/Storage/UuidResolverInterface.php |
| /lib/Storage/UuidResolver/TagResolver.php |
| /lib/Storage/UuidResolver/LatestResolver.php |
| /lib/Storage/UuidResolver/ChainResolver.php |
| /lib/Storage/Driver/Fake/FakeHistoryIterator.php |
| /lib/Storage/Driver/Xml/HistoryIterator.php |
| /lib/Storage/Driver/Xml/XmlDriver.php |
| /lib/Functional/Functional.php |
| /lib/Progress/LoggerInterface.php |
| /lib/Progress/LoggerRegistry.php |
| /lib/Progress/Logger/TravisLogger.php |
| /lib/Progress/Logger/BlinkenLogger.php |
| /lib/Progress/Logger/DotsLogger.php |
| /lib/Progress/Logger/NullLogger.php |
| /lib/Progress/Logger/PhpBenchLogger.php |
| /lib/Progress/Logger/AnsiLogger.php |
| /lib/Progress/Logger/HistogramLogger.php |
| /lib/Progress/Logger/VerboseLogger.php |
| /lib/Assertion/ExpressionLexer.php |
| /lib/Assertion/ExpressionEvaluator.php |
| /lib/Assertion/ExpressionParser.php |
| /lib/Assertion/AssertionData.php |
| /lib/Assertion/AssertionProcessor.php |
| /lib/Assertion/MessageFormatter.php |
| /lib/Assertion/ExpressionEvaluatorFactory.php |
| /lib/Assertion/AssertionResult.php |
| /lib/Assertion/VariantAssertionResults.php |
| /lib/Assertion/Ast/Assertion.php |
| /lib/Assertion/Ast/Value.php |
| /lib/Assertion/Ast/Comparison.php |
| /lib/Assertion/Ast/TimeValue.php |
| /lib/Assertion/Ast/Node.php |
| /lib/Assertion/Ast/PercentageValue.php |
| /lib/Assertion/Ast/Arguments.php |
| /lib/Assertion/Ast/MemoryValue.php |
| /lib/Assertion/Ast/ThroughputValue.php |
| /lib/Assertion/Ast/ZeroValue.php |
| /lib/Assertion/Ast/WithinRangeOf.php |
| /lib/Assertion/Ast/PropertyAccess.php |
| /lib/Assertion/MessageFormatter/NodeMessageFormatter.php |
| /lib/Assertion/Exception/PropertyAccessError.php |
| /lib/Assertion/Exception/ExpressionEvaluatorError.php |
| /lib/Assertion/Exception/InvalidTimeUnit.php |
| /lib/Assertion/Exception/SyntaxError.php |
| /lib/Exception/ConfigurationPreProcessingError.php |
| /lib/Environment/ProviderInterface.php |
| /lib/Environment/Information.php |
| /lib/Environment/VcsInformation.php |
| /lib/Environment/Supplier.php |
| /lib/Environment/Provider/UnixSysload.php |
| /lib/Environment/Provider/Uname.php |
| /lib/Environment/Provider/Opcache.php |
| /lib/Environment/Provider/Git.php |
| /lib/Environment/Provider/Baseline.php |
| /lib/Environment/Provider/AbstractRemoteProvider.php |
| /lib/Environment/Provider/Php.php |
| /lib/Benchmark/RunnerConfig.php |
| /lib/Benchmark/Runner.php |
| /lib/Benchmark/CartesianParameterIterator.php |
| /lib/Benchmark/BenchmarkFinder.php |
| /lib/Benchmark/BaselineManager.php |
| /lib/Benchmark/Metadata/AnnotationReader.php |
| /lib/Benchmark/Metadata/DriverInterface.php |
| /lib/Benchmark/Metadata/SubjectMetadata.php |
| /lib/Benchmark/Metadata/AssertionMetadata.php |
| /lib/Benchmark/Metadata/MetadataFactory.php |
| /lib/Benchmark/Metadata/ExecutorMetadata.php |
| /lib/Benchmark/Metadata/BenchmarkMetadata.php |
| /lib/Benchmark/Metadata/Annotations/Revs.php |
| /lib/Benchmark/Metadata/Annotations/AbstractMethodsAnnotation.php |
| /lib/Benchmark/Metadata/Annotations/Warmup.php |
| /lib/Benchmark/Metadata/Annotations/ParamProviders.php |
| /lib/Benchmark/Metadata/Annotations/Executor.php |
| /lib/Benchmark/Metadata/Annotations/Subject.php |
| /lib/Benchmark/Metadata/Annotations/OutputTimeUnit.php |
| /lib/Benchmark/Metadata/Annotations/Sleep.php |
| /lib/Benchmark/Metadata/Annotations/Groups.php |
| /lib/Benchmark/Metadata/Annotations/AbstractArrayAnnotation.php |
| /lib/Benchmark/Metadata/Annotations/OutputMode.php |
| /lib/Benchmark/Metadata/Annotations/Assert.php |
| /lib/Benchmark/Metadata/Annotations/Iterations.php |
| /lib/Benchmark/Metadata/Annotations/BeforeClassMethods.php |
| /lib/Benchmark/Metadata/Annotations/Timeout.php |
| /lib/Benchmark/Metadata/Annotations/AfterMethods.php |
| /lib/Benchmark/Metadata/Annotations/BeforeMethods.php |
| /lib/Benchmark/Metadata/Annotations/Skip.php |
| /lib/Benchmark/Metadata/Annotations/AfterClassMethods.php |
| /lib/Benchmark/Metadata/Driver/AnnotationDriver.php |
| /lib/Benchmark/Baseline/Baselines.php |
| /lib/Benchmark/Exception/RetryLimitReachedException.php |
| /lib/Benchmark/Exception/StopOnErrorException.php |
| /lib/Benchmark/Remote/ReflectionMethod.php |
| /lib/Benchmark/Remote/IniStringBuilder.php |
| /lib/Benchmark/Remote/Payload.php |
| /lib/Benchmark/Remote/Launcher.php |
| /lib/Benchmark/Remote/ReflectionHierarchy.php |
| /lib/Benchmark/Remote/ReflectionClass.php |
| /lib/Benchmark/Remote/PayloadFactory.php |
| /lib/Benchmark/Remote/ProcessFactory.php |
| /lib/Benchmark/Remote/Reflector.php |
| /lib/Benchmark/Remote/Exception/ScriptErrorException.php |
| /lib/Math/Kde.php |
| /lib/Math/Statistics.php |
| /lib/Math/Ratio.php |
| /lib/Math/Distribution.php |
| /lib/Math/FloatNumber.php |
| /lib/Executor/HealthCheckInterface.php |
| /lib/Executor/MethodExecutorInterface.php |
| /lib/Executor/ExecutionResults.php |
| /lib/Executor/CompositeExecutor.php |
| /lib/Executor/ExecutionContext.php |
| /lib/Executor/BenchmarkExecutorInterface.php |
| /lib/Executor/HealthCheck/AlwaysFineHealthCheck.php |
| /lib/Executor/Benchmark/TemplateExecutor.php |
| /lib/Executor/Benchmark/MemoryCentricMicrotimeExecutor.php |
| /lib/Executor/Benchmark/TestExecutor.php |
| /lib/Executor/Benchmark/DebugExecutor.php |
| /lib/Executor/Benchmark/MicrotimeExecutor.php |
| /lib/Executor/Method/RemoteMethodExecutor.php |
| /lib/Formatter/FormatRegistry.php |
| /lib/Formatter/ClassLoader.php |
| /lib/Formatter/Formatter.php |
| /lib/Formatter/FormatInterface.php |
| /lib/Formatter/Format/PrintfFormat.php |
| /lib/Formatter/Format/InvertOnThroughputFormat.php |
| /lib/Formatter/Format/TimeUnitFormat.php |
| /lib/Formatter/Format/TruncateFormat.php |
| /lib/Formatter/Format/BalanceFormat.php |
| /lib/Formatter/Format/NumberFormat.php |
| /lib/Json/JsonDecoder.php |
| /lib/Report/GeneratorInterface.php |
| /lib/Report/RendererInterface.php |
| /lib/Report/ReportManager.php |
| /lib/Report/Generator/TableGenerator.php |
| /lib/Report/Generator/CompositeGenerator.php |
| /lib/Report/Generator/EnvGenerator.php |
| /lib/Report/Generator/Table/Sort.php |
| /lib/Report/Generator/Table/ValueRole.php |
| /lib/Report/Generator/Table/Row.php |
| /lib/Report/Generator/Table/SecondaryValue.php |
| /lib/Report/Generator/Table/Cell.php |
| /lib/Report/Renderer/DelimitedRenderer.php |
| /lib/Report/Renderer/XsltRenderer.php |
| /lib/Report/Renderer/ConsoleRenderer.php |
| /lib/Report/Renderer/DebugRenderer.php |
| /lib/Model/ParameterSet.php |
| /lib/Model/Variant.php |
| /lib/Model/Subject.php |
| /lib/Model/ResolvedExecutor.php |
| /lib/Model/Benchmark.php |
| /lib/Model/Tag.php |
| /lib/Model/ErrorStack.php |
| /lib/Model/ResultInterface.php |
| /lib/Model/SuiteCollection.php |
| /lib/Model/ResultCollection.php |
| /lib/Model/Iteration.php |
| /lib/Model/Suite.php |
| /lib/Model/Error.php |
| /lib/Model/Summary.php |
| /lib/Model/Result/RejectionCountResult.php |
| /lib/Model/Result/TimeResult.php |
| /lib/Model/Result/ComputedResult.php |
| /lib/Model/Result/MemoryResult.php |
| /extensions/xdebug/tests/Unit/XDebugUtilTest.php |
| /extensions/xdebug/tests/System/ProfileCommandTest.php |
| /extensions/xdebug/tests/System/XDebugTestCase.php |
| /extensions/xdebug/lib/XDebugUtil.php |
| /extensions/xdebug/lib/XDebugExtension.php |
| /extensions/xdebug/lib/Executor/ProfileExecutor.php |
| /extensions/xdebug/lib/Command/ProfileCommand.php |
| /extensions/xdebug/lib/Command/Handler/OutputDirHandler.php |
| /extensions/xdebug/lib/config/executors.php |
Non-processed Files
This is the list of processed files. Any file that is in the project, but not in the list below was omitted in the analyze.
This may be due to configuration file, compilation error, wrong extension (including no extension).
| File | Reason |
|---|---|
| 1 | /tests/TestCase.php |
| 2 | /tests/PhpBenchTestCase.php |
| 3 | /tests/ProphecyTrait.php |
| 4 | /tests/Util/Workspace.php |
| 5 | /tests/Util/TestUtil.php |
| 6 | /tests/Unit/Extension/CoreExtensionTest.php |
| 7 | /tests/Unit/Util/TimeUnitTest.php |
| 8 | /tests/Unit/Util/MemoryUnitTest.php |
| 9 | /tests/Unit/Serializer/XmlEncoderTest.php |
| 10 | /tests/Unit/Serializer/XmlDecoderTest.php |
| 11 | /tests/Unit/Serializer/XmlTestCase.php |
| 12 | /tests/Unit/Console/Command/UpdateCommandTest.php |
| 13 | /tests/Unit/Console/Command/LogCommandTest.php |
| 14 | /tests/Unit/Registry/ConfigTest.php |
| 15 | /tests/Unit/Registry/ConfigurableRegistryTest.php |
| 16 | /tests/Unit/Registry/RegistryTest.php |
| 17 | /tests/Unit/Storage/UuidResolver/LatestResolverTest.php |
| 18 | /tests/Unit/Storage/UuidResolver/ChainResolverTest.php |
| 19 | /tests/Unit/Storage/UuidResolver/TagResolverTest.php |
| 20 | /tests/Unit/Storage/Driver/Xml/XmlDriverTest.php |
| 21 | /tests/Unit/Storage/Driver/Xml/HistoryIteratorTest.php |
| 22 | /tests/Unit/Progress/LoggerRegistryTest.php |
| 23 | /tests/Unit/Progress/Logger/PhpBenchLoggerTest.php |
| 24 | /tests/Unit/Progress/Logger/VerboseLoggerTest.php |
| 25 | /tests/Unit/Progress/Logger/DotsLoggerTest.php |
| 26 | /tests/Unit/Progress/Logger/HistogramLoggerTest.php |
| 27 | /tests/Unit/Progress/Logger/BlinkenLoggerTest.php |
| 28 | /tests/Unit/Progress/Logger/TravisLoggerTest.php |
| 29 | /tests/Unit/Assertion/ExpressionParserTest.php |
| 30 | /tests/Unit/Assertion/ExpressionParserTestCase.php |
| 31 | /tests/Unit/Assertion/Ast/PropertyAccessTest.php |
| 32 | /tests/Unit/Assertion/Ast/MemoryValueTest.php |
| 33 | /tests/Unit/Assertion/Ast/ComparisonTest.php |
| 34 | /tests/Unit/Assertion/Ast/ThroughputValueTest.php |
| 35 | /tests/Unit/Assertion/MessageFormatter/NodeMessageFormatterTest.php |
| 36 | /tests/Unit/Environment/SupplierTest.php |
| 37 | /tests/Unit/Environment/InformationTest.php |
| 38 | /tests/Unit/Environment/Provider/UnixSysloadTest.php |
| 39 | /tests/Unit/Environment/Provider/UnameTest.php |
| 40 | /tests/Unit/Environment/Provider/GitTest.php |
| 41 | /tests/Unit/Environment/Provider/OpcacheTest.php |
| 42 | /tests/Unit/Environment/Provider/BaselineTest.php |
| 43 | /tests/Unit/Environment/Provider/PhpTest.php |
| 44 | /tests/Unit/Benchmark/CartesianIteratorTest.php |
| 45 | /tests/Unit/Benchmark/BaselineManagerTest.php |
| 46 | /tests/Unit/Benchmark/BenchmarkFinderTest.php |
| 47 | /tests/Unit/Benchmark/RunnerConfigTest.php |
| 48 | /tests/Unit/Benchmark/RunnerTest.php |
| 49 | /tests/Unit/Benchmark/Metadata/BenchmarkMetadataTest.php |
| 50 | /tests/Unit/Benchmark/Metadata/AnnotationReaderTest.php |
| 51 | /tests/Unit/Benchmark/Metadata/SubjectMetadataTest.php |
| 52 | /tests/Unit/Benchmark/Metadata/FactoryTest.php |
| 53 | /tests/Unit/Benchmark/Metadata/Driver/AnnotationDriverTest.php |
| 54 | /tests/Unit/Benchmark/Metadata/classes/Test.php |
| 55 | /tests/Unit/Benchmark/findertest/FooCase2Bench.php |
| 56 | /tests/Unit/Benchmark/findertest/AbstractBench.php |
| 57 | /tests/Unit/Benchmark/findertest/FooCaseBench.php |
| 58 | /tests/Unit/Benchmark/findertestnested/MyBench.php |
| 59 | /tests/Unit/Benchmark/findertestnested/Directory/MyBench.php |
| 60 | /tests/Unit/Benchmark/Remote/PayloadFactoryTest.php |
| 61 | /tests/Unit/Benchmark/Remote/LauncherTest.php |
| 62 | /tests/Unit/Benchmark/Remote/ReflectorTest.php |
| 63 | /tests/Unit/Benchmark/Remote/PayloadTest.php |
| 64 | /tests/Unit/Benchmark/Remote/IniStringBuilderTest.php |
| 65 | /tests/Unit/Benchmark/Remote/ReflectionHierarchyTest.php |
| 66 | /tests/Unit/Benchmark/Remote/launcher/autoload.php |
| 67 | /tests/Unit/Benchmark/Remote/template/invalid.template |
| 68 | /tests/Unit/Benchmark/Remote/template/foo.template |
| 69 | /tests/Unit/Benchmark/Remote/reflector/ExampleClass.php |
| 70 | /tests/Unit/Benchmark/Remote/reflector/ExampleClass2.php |
| 71 | /tests/Unit/Benchmark/Remote/reflector/Class1.php |
| 72 | /tests/Unit/Benchmark/Remote/reflector/Class3.php |
| 73 | /tests/Unit/Benchmark/Remote/reflector/EmptyFile.php |
| 74 | /tests/Unit/Benchmark/Remote/reflector/ClassWithClassKeywords.php |
| 75 | /tests/Unit/Benchmark/Remote/reflector/Class2.php |
| 76 | /tests/Unit/Math/StatisticsTest.php |
| 77 | /tests/Unit/Math/DistributionTest.php |
| 78 | /tests/Unit/Math/KdeTest.php |
| 79 | /tests/Unit/Executor/ParameterSetExtractorTest.php |
| 80 | /tests/Unit/Executor/Benchmark/DebugExecutorTest.php |
| 81 | /tests/Unit/Executor/Benchmark/MicrotimeExecutorTest.php |
| 82 | /tests/Unit/Executor/benchmarks/MicrotimeExecutorBench.php |
| 83 | /tests/Unit/Executor/benchmarks/ParamProviderBench.php |
| 84 | /tests/Unit/Executor/Method/RemoteMethodExecutorTest.php |
| 85 | /tests/Unit/Formatter/FormatterTest.php |
| 86 | /tests/Unit/Formatter/FormatRegistryTest.php |
| 87 | /tests/Unit/Formatter/ClassLoaderTest.php |
| 88 | /tests/Unit/Formatter/Format/PrintfFormatTest.php |
| 89 | /tests/Unit/Formatter/Format/TimeUnitFormatTest.php |
| 90 | /tests/Unit/Formatter/Format/BalanceFormatTest.php |
| 91 | /tests/Unit/Formatter/Format/TruncateFormatTest.php |
| 92 | /tests/Unit/Formatter/Format/NumberFormatTest.php |
| 93 | /tests/Unit/Formatter/Format/InvertOnThroughputFormatTest.php |
| 94 | /tests/Unit/Formatter/class/invalid.json |
| 95 | /tests/Unit/Formatter/class/valid.json |
| 96 | /tests/Unit/Json/JsonDecoderTest.php |
| 97 | /tests/Unit/Report/ReportManagerTest.php |
| 98 | /tests/Unit/Report/Generator/TableGeneratorTest.php |
| 99 | /tests/Unit/Report/Generator/GeneratorTestCase.php |
| 100 | /tests/Unit/Report/Generator/EnvGeneratorTest.php |
| 101 | /tests/Unit/Report/Generator/CompositeGeneratorTest.php |
| 102 | /tests/Unit/Report/Generator/Table/RowTest.php |
| 103 | /tests/Unit/Report/Generator/Table/SortTest.php |
| 104 | /tests/Unit/Report/Renderer/ConsoleRendererTest.php |
| 105 | /tests/Unit/Report/Renderer/AbstractRendererCase.php |
| 106 | /tests/Unit/Report/Renderer/XsltRendererTest.php |
| 107 | /tests/Unit/Report/Renderer/templates/test.xsl |
| 108 | /tests/Unit/Model/SuiteCollectionTest.php |
| 109 | /tests/Unit/Model/SummaryTest.php |
| 110 | /tests/Unit/Model/IterationTest.php |
| 111 | /tests/Unit/Model/SubjectTest.php |
| 112 | /tests/Unit/Model/SuiteTest.php |
| 113 | /tests/Unit/Model/TagTest.php |
| 114 | /tests/Unit/Model/VariantTest.php |
| 115 | /tests/Unit/Model/ResultCollectionTest.php |
| 116 | /tests/Unit/Model/BenchmarkTest.php |
| 117 | /tests/Unit/Model/Result/TimeResultTest.php |
| 118 | /tests/Unit/Model/Result/RejectionCountResultTest.php |
| 119 | /tests/System/ReportTest.php |
| 120 | /tests/System/ReportOutputTest.php |
| 121 | /tests/System/ShowTest.php |
| 122 | /tests/System/LogTest.php |
| 123 | /tests/System/SystemTestCase.php |
| 124 | /tests/System/RunTest.php |
| 125 | /tests/System/output/html.html |
| 126 | /tests/System/output/csv |
| 127 | /tests/System/output/delimited |
| 128 | /tests/System/output/markdown.md |
| 129 | /tests/System/env/config_valid/phpbench.dist.json |
| 130 | /tests/System/env/config_valid/phpbench.json |
| 131 | /tests/System/env/config_valid/shouldnotbecalled.php |
| 132 | /tests/System/env/config_dist/phpbench.json.dist |
| 133 | /tests/System/env/config_set2/phpbench.json |
| 134 | /tests/System/benchmarks/set2/FoobarBench.php |
| 135 | /tests/System/benchmarks/set3/ErrorBench.php |
| 136 | /tests/System/benchmarks/set3/ErrorVariantsBench.php |
| 137 | /tests/System/benchmarks/set6/TimeoutBench.php |
| 138 | /tests/System/benchmarks/set4/NothingBench.php |
| 139 | /tests/System/benchmarks/set5/AssertFailBench.php |
| 140 | /tests/System/benchmarks/set5/AssertWarnBench.php |
| 141 | /tests/System/benchmarks/set1/IsolatedBench.php |
| 142 | /tests/System/benchmarks/set1/BenchmarkBench.php |
| 143 | /tests/System/benchmarks/set1/ParameterProviderCallableBench.php |
| 144 | /tests/System/benchmarks/set1/IsolatedRevsBench.php |
| 145 | /tests/System/benchmarks/set1/IsolatedParametersBench.php |
| 146 | /tests/System/bootstrap/foobar.bootstrap |
| 147 | /tests/System/bootstrap/conflicting.bootstrap |
| 148 | /tests/Functional/FunctionalTestCase.php |
| 149 | /tests/Benchmark/ExpresionParserBench.php |
| 150 | /docs/environment.rst |
| 151 | /docs/report-generators.rst |
| 152 | /docs/reference.rst |
| 153 | /docs/extensions.rst |
| 154 | /docs/faq.rst |
| 155 | /docs/storage.rst |
| 156 | /docs/Makefile |
| 157 | /docs/reports.rst |
| 158 | /docs/installing.rst |
| 159 | /docs/index.rst |
| 160 | /docs/regression-testing.rst |
| 161 | /docs/introduction.rst |
| 162 | /docs/benchmark-runner.rst |
| 163 | /docs/writing-benchmarks.rst |
| 164 | /docs/development.rst |
| 165 | /docs/report-renderers.rst |
| 166 | /docs/configuration.rst |
| 167 | /docs/assertions.rst |
| 168 | /docs/quick-start.rst |
| 169 | /docs/conf.py |
| 170 | /docs/_templates/navigation.html |
| 171 | /docs/images/profile.png |
| 172 | /docs/images/baseline.png |
| 173 | /docs/images/html.png |
| 174 | /docs/images/blinken.gif |
| 175 | /docs/development/debugging.rst |
| 176 | /docs/development/extensions.rst |
| 177 | /docs/extensions/xdebug.rst |
| 178 | /examples/TestBench.php |
| 179 | /examples/bootstrap.php |
| 180 | /examples/Macro/BaseBenchCase.php |
| 181 | /examples/Macro/LogBench.php |
| 182 | /examples/Macro/RunBench.php |
| 183 | /examples/Macro/ReportBench.php |
| 184 | /examples/Macro/benchmarks/NothingBench.php |
| 185 | /examples/Micro/HashingBench.php |
| 186 | /examples/Micro/DependencyInjection/ContainerBench.php |
| 187 | /examples/Micro/Math/KdeBench.php |
| 188 | /examples/Micro/Math/StatisticsBench.php |
| /phpbench.json.dist | Ignored extension (dist) |
| /LICENSE | Ignored extension () |
| /CHANGELOG.md | Ignored extension (md) |
| /box.json.dist | Ignored extension (dist) |
| /composer.json | Ignored extension (json) |
| /phpunit.xml.dist | Ignored extension (dist) |
| /README.md | Ignored extension (md) |
| /box.json.gh-release | Ignored extension (gh-release) |
| /phpstan.neon | Ignored extension (neon) |
| /bin/phpbench | Ignored extension () |
| /lib/Extension/config/class/main.json | Ignored extension (json) |
| /lib/Environment/Provider/template/opcache.template | Ignored extension (template) |
| /lib/Environment/Provider/template/php.template | Ignored extension (template) |
| /lib/Benchmark/Remote/template/reflector.template | Ignored extension (template) |
| /lib/Benchmark/Remote/template/parameter_set_extractor.template | Ignored extension (template) |
| /lib/Executor/Benchmark/template/microtime.template | Ignored extension (template) |
| /lib/Executor/Benchmark/template/memory.template | Ignored extension (template) |
| /lib/Executor/Method/template/execute_static_methods.template | Ignored extension (template) |
| /lib/Report/Renderer/templates/markdown.xsl | Ignored extension (xsl) |
| /lib/Report/Renderer/templates/html.xsl | Ignored extension (xsl) |
| /lib/Report/schema/report.xsd | Ignored extension (xsd) |
| /extensions/xdebug/tests/System/bin/foogrind | Ignored extension () |