code profiling

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

code profiling

Petr Fischer
Hello, is there something like:

[ ...code... ] timeProfile.

for time profiling with tree profile result report?

I found only classical:

[ ...code... ] millisecondsToRun.

but it's too simple.

Thanks, Petr Fischer

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: code profiling

Adriaan van Os-3
Hi,

Load the configuration map named 'ENVY/Stats ES-ALL' and try '[ ...code... ] sampleAndBrowse'.

Cheers,
Adriaan.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: code profiling

Petr Fischer
Thanks!

Unfortunatelly, this method (and EsbSampler class) is available in VAST 8 only (not in version 7).

pf

Dne 03. 6.. 2017 v 15:44 uživatel Adriaan van Os <[hidden email]> napsal(a):

Hi,

Load the configuration map named 'ENVY/Stats ES-ALL' and try '[ ...code... ] sampleAndBrowse'.

Cheers,
Adriaan.


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: code profiling

Petr Fischer
No... In VAST 7, there is:

(EsbSampler spyOn: [ ...code... ]) browse.

Thanks again! pf

Dne 05. 6.. 2017 v 07:53 uživatel Petr Fischer <[hidden email]> napsal(a):

Thanks!

Unfortunatelly, this method (and EsbSampler class) is available in VAST 8 only (not in version 7).

pf

Dne 03. 6.. 2017 v 15:44 uživatel Adriaan van Os <[hidden email]> napsal(a):

Hi,

Load the configuration map named 'ENVY/Stats ES-ALL' and try '[ ...code... ] sampleAndBrowse'.

Cheers,
Adriaan.


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.