2017 © Pedro Peláez
 

library code_path_analyzer

git remote add origin git@github.com:yuya-takeyama/code_path_analyzer.git

image

yuyat/code_path_analyzer

git remote add origin git@github.com:yuya-takeyama/code_path_analyzer.git

  • Sunday, November 11, 2012
  • by yuya-takeyama
  • Repository
  • 2 Watchers
  • 5 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CodePathAnalyzer

Analyze code path of specified file using XDebug., (*1)

Synopsis

Put below code on first of code you want to analyze as much as possible., (*2)

<?php
require_once '/path/to/Yuyat/CodePathAnalyzer/Registrar.php';

Yuyat_CodePathAnalyzer_Registrar::registerDefault(
    array(__FILE__),      // You can specify more files you want to analyze
                          // If you want to analyze all files, just specify null
    '/path/to/save_path', // Analysis result is output here
);

License

The MIT License, (*3)

Author

Yuya Takeyama, (*4)

The Versions

11/11 2012

dev-develop

dev-develop

git remote add origin git@github.com:yuya-takeyama/code_path_analyzer.git

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

debug

11/11 2012

dev-master

9999999-dev

git remote add origin git@github.com:yuya-takeyama/code_path_analyzer.git

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

debug

11/11 2012

v0.0.1

0.0.1.0

git remote add origin git@github.com:yuya-takeyama/code_path_analyzer.git

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

debug