Skip to content

Commit

Permalink
Merge pull request #347: Tracy integration
Browse files Browse the repository at this point in the history
* pr-347:
  #314 tracy usage preview
  • Loading branch information
TiSiE committed Mar 15, 2017
2 parents 893c056 + 0424742 commit 38ac6c6
Show file tree
Hide file tree
Showing 9 changed files with 693 additions and 298 deletions.
9 changes: 9 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
<chmod file="${project.basedir}/log" mode="0777"/>
</then>
</if>
<if>
<not>
<available file='${project.basedir}/log/tracy' type='dir' />
</not>
<then>
<mkdir dir="${project.basedir}/log/tracy"/>
<chmod file="${project.basedir}/log/tracy" mode="0777"/>
</then>
</if>
<if>
<not>
<available file='${project.basedir}/config/autoload' type='dir' />
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"mikemix/zf2htmlpurifier": "*",
"jmikola/geojson": "*",
"mikey179/vfsStream": "*",
"ircmaxell/random-lib": "1.1.0"
"ircmaxell/random-lib": "1.1.0",
"tracy/tracy": "^2.4"
},
"require-dev": {
"phpunit/phpunit": "5.6.*",
Expand Down
Loading

0 comments on commit 38ac6c6

Please sign in to comment.