Skip to content

Commit 54bc800

Browse files
committed
[Cookbook][Profiler] Remove mention of import/export
1 parent d719139 commit 54bc800

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

cookbook/profiler/profiling_data.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,3 @@ look for tokens based on some criteria::
4545
// get the latest 10 tokens for requests that happened between 2 and 4 days ago
4646
$tokens = $container->get('profiler')
4747
->find('', '', 10, '4 days ago', '2 days ago');
48-
49-
Lastly, if you want to manipulate profiling data on a different machine than the
50-
one where the information was generated, use the ``profiler:export`` and
51-
``profiler:import`` commands:
52-
53-
.. code-block:: bash
54-
55-
# on the production machine
56-
$ php bin/console profiler:export > profile.data
57-
58-
# on the development machine
59-
$ php bin/console profiler:import /path/to/profile.data
60-
61-
# you can also pipe from the STDIN
62-
$ cat /path/to/profile.data | php bin/console profiler:import

0 commit comments

Comments
 (0)