Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2015-04-21 05:10:53 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-04-21 05:10:53 +0300
commit45a8ac374acbe324f0113174f1bd2fd162f11a1e (patch)
tree329b16af79a8d681179283fb92aba6c67acc2b60 /CHANGELOG.md
parente95795ebd82442db4b9d37e9aeae809a410919dd (diff)
parent5e856652043283d129f376835d2c169cd9e84956 (diff)
Merge pull request #7675 from piwik/console_profiling
Added possibility to profile any command by setting the option --xhprof
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a300ac3d8..ce013f131c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### New commands
* There is now a `diagnostic:run` command to run the system check from the command line.
+* There is now an option `--xhprof` that can be used with any command to profile that command via XHProf.
### APIs Improvements
* Visitor details now additionally contain: `deviceTypeIcon`, `deviceBrand` and `deviceModel`