Navigation Menu

Skip to content

Commit

Permalink
Add screenshoots
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Oct 11, 2016
1 parent 954a064 commit 25c1600
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
Expand Up @@ -3,7 +3,6 @@
namespace steevanb\DoctrineStats\Bridge\DoctrineStatsBundle\DataCollector;

use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Internal\Hydration\ObjectHydrator;
use steevanb\DoctrineStats\Bridge\DoctrineCollectorInterface;
use steevanb\DoctrineStats\Doctrine\DBAL\Logger\SqlLogger;
use Symfony\Component\HttpFoundation\Request;
Expand Down
8 changes: 1 addition & 7 deletions Doctrine/ORM/UnitOfWork.php
Expand Up @@ -10,13 +10,7 @@
class UnitOfWork extends DoctrineUnitOfWork
{
/**
* Initializes (loads) an uninitialized persistent collection of an entity.
*
* @param \Doctrine\ORM\PersistentCollection $collection The collection to initialize.
*
* @return void
*
* @todo Maybe later move to EntityManager#initialize($proxyOrCollection). See DDC-733.
* @param PersistentCollection $collection
*/
public function loadCollection(PersistentCollection $collection)
{
Expand Down
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[![php](https://img.shields.io/badge/php-^5.4.6 || ^7.0-blue.svg)](http://www.php.net)
![Lines](https://img.shields.io/badge/code lines-2331-green.svg)
![Total Downloads](https://poser.pugx.org/steevanb/doctrine-stats/downloads)
[![SensionLabsInsight](https://img.shields.io/badge/SensionLabsInsight-platinum-brightgreen.svg)](https://insight.sensiolabs.com/projects/884a7b62-bb7a-41dc-8198-6d2bb0694795/analyses/9)
[![SensionLabsInsight](https://img.shields.io/badge/SensionLabsInsight-platinum-brightgreen.svg)](https://insight.sensiolabs.com/projects/884a7b62-bb7a-41dc-8198-6d2bb0694795/analyses/10)
[![Scrutinizer](https://scrutinizer-ci.com/g/steevanb/doctrine-stats/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/steevanb/doctrine-stats/)

doctrine-stats
Expand Down Expand Up @@ -98,6 +98,10 @@ parameters:
doctrine.orm.entity_manager.class: steevanb\DoctrineStats\Doctrine\ORM\EntityManager
```

![Symfony profiler](symfony_profiler.jpg)

![Symfony profiler panel](symfony_profiler_panel.jpg)

Manual integration
------------------

Expand Down
Binary file added symfony_profiler.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added symfony_profiler_panel.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25c1600

Please sign in to comment.