|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi is it possible to profile memory usage of single function, ideally it
would be to see stack tree with memory info of each function (current usage of memory before and after executing function), do you know any tool that allows that function? Thanks in advance. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
"Jaroslaw Szczepankiewicz" <jarrman@poczta.onet.pl> wrote in message news:fjr8kd$d87$1@news.onet.pl... > Hi is it possible to profile memory usage of single function, ideally it > would be to see stack tree with memory info of each function (current > usage of memory before and after executing function), do you know any tool > that allows that function? Thanks in advance. memory_get_usage () ... it's in the manual. |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Steve pisze:
> "Jaroslaw Szczepankiewicz" <jarrman@poczta.onet.pl> wrote in message > news:fjr8kd$d87$1@news.onet.pl... >> Hi is it possible to profile memory usage of single function, ideally it >> would be to see stack tree with memory info of each function (current >> usage of memory before and after executing function), do you know any tool >> that allows that function? Thanks in advance. > > memory_get_usage () ... it's in the manual. hmm, yes I know but I need something more sophisticated like xdebug with memory profilling (xdebug + wincachegrind gives best results for speed optimisation but is not applicable to memory profiling of existing application, |
|
![]() |
| Outils de la discussion | |
|
|