Wed Nov 24, 2004 11:48 am |
Replies: 1 |
Views: 5983 |
|
 |
Can i get into profiler chart lines describes internal PHP functions? file(), sleep(), etc...
|
Wed Nov 24, 2004 11:44 am |
Replies: 2 |
Views: 6425 |
|
 |
Seems like i lied.
Variable functions can be profiled quite easy.
But i still cant profile functions that calls my class, called from index..
so, if i have some class, which has constructor, ...
|
Wed Nov 24, 2004 11:28 am |
Replies: 2 |
Views: 6425 |
|
 |
I have some variable functions, called like
<php>
$func_name = "blah";
$func_name();
</php>
Can i profile them somehow? Debugger works well, and catches them even if i cal ...
|
Wed Nov 24, 2004 8:55 am |
Replies: 1 |
Views: 5952 |
|
 |
System: Apache2 + Php 4.3.9 as module + dbg 2.16.14 + phpedit 3.3.2
I have some site with lots of includes and mod_rewrite and stuff..
So there is some functions i have to debug from external b ...
|