Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
Move repo scope lauripiisang -> perftools
Browse files Browse the repository at this point in the history
 - The project moved from `lauripiisang/xhgui-data-collector` to
    `perftools/xhgui-collector`. This commit adjusts README accordingly
 - Added Lauri Piisang as author
 - TODO: add original XHGUI maintainers into authors?
  • Loading branch information
Lauri Piisang committed Apr 10, 2017
1 parent 6066169 commit 04df520
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://scrutinizer-ci.com/g/lauripiisang/xhgui-data-collector/badges/build.png?b=master)](https://scrutinizer-ci.com/g/lauripiisang/xhgui-data-collector/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lauripiisang/xhgui-data-collector/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lauripiisang/xhgui-data-collector/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/perftools/xhgui-collector/badges/build.png?b=master)](https://scrutinizer-ci.com/g/perftools/xhgui-collector/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/perftools/xhgui-collector/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/perftools/xhgui-collector/?branch=master)

# XHGUI Data Collector
# XHGUI Collector

This is a small standalone module which you can use to collect and store
[XHProf][1] performance data for later usage in [XHGUI][2].
Expand All @@ -21,9 +21,9 @@ The only thing to break compatibility would be a schema change on XHGUI side.

This table represents current known information about compatibility between this project and [XHGUI][2] data schema.

| XHGUI Data Collector version | XHGUI Version | Compatibility |
|------------------------------|---------------|------------------------------------------|
| 1.0.0 | 0.2.0 - 0.7.1 | presumed compatible - schema is the same |
| XHGUI Collector version | XHGUI Version | Compatibility |
|-------------------------|---------------|------------------------------------------|
| 1.0.0 | 0.2.0 - 0.7.1 | presumed compatible - schema is the same |

## Usage

Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "lauripiisang/xhgui-data-collector",
"name": "perftools/xhgui-collector",
"description": "Library for collecting and storing XHProf results for later use by XHGUI.",
"authors": [
{
"name": "Lauri Piisang",
"email": "lauri.piisang@eesti.ee"
}
],
"license": "MIT",
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 04df520

Please sign in to comment.