dennisk1718 Posted January 11, 2013 Share Posted January 11, 2013 Hello, As stated above I have that many lines of php4 to \work with, but no design docs of any kind. I tried php_uml, with some success but no call tree. Any suggestions on tools that can digest that many lines and show a call tree?? Thank You Link to comment https://forums.phpfreaks.com/topic/273025-10000-lines-of-php-4-no-design-docs-help/ Share on other sites More sharing options...
trq Posted January 11, 2013 Share Posted January 11, 2013 xhprof is a decent tool for profiling what code is called on a request. ps: 10000 lines is nothing, we have over 2.5M lines of code at work, very little of which is documented. Link to comment https://forums.phpfreaks.com/topic/273025-10000-lines-of-php-4-no-design-docs-help/#findComment-1405033 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.