How to do profiling for one feature?

5 messages Options
Embed this post
Permalink
patha kumar

How to do profiling for one feature?

Reply Threaded More More options
Print post
Permalink
Hi all,

How to do profiling for one feature

Please send me the procedure.

Thanking you,
Santosh



      Now, send attachments up to 25MB with Yahoo! India Mail. Learn how. http://in.overview.mail.yahoo.com/photos

[Non-text portions of this message have been removed]

Jocelyn.Fiat.ES

Re: How to do profiling for one feature?

Reply Threaded More More options
Print post
Permalink
I invite you to read the documentation

    http://docs.eiffel.com/book/eiffelstudio/profiling
    http://docs.eiffel.com/book/eiffelstudio/profiler-wizard

Regards,
Jocelyn

patha kumar wrote:

> Hi all,
>
> How to do profiling for one feature
>
> Please send me the procedure.
>
> Thanking you,
> Santosh
>
>
>
>       Now, send attachments up to 25MB with Yahoo! India Mail. Learn how. http://in.overview.mail.yahoo.com/photos
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>
>
>  


--
Jocelyn
------------------------------------------------------------------------  
Eiffel Software
805-685-1006
http://www.eiffel.com       
Customer support: http://support.eiffel.com       
User group: http://groups.eiffel.com/join       
------------------------------------------------------------------------  

patha kumar

Re: How to do profiling for one feature?

Reply Threaded More More options
Print post
Permalink
Hi,

I have read this document but am unable to understand how to implement it

1) I have set profile as True

2) I have done the following in my feature.
        local
            ps: PROFILING_SETTING
             
        do
            create ps.make
            ps.stop_profiling
            -----
              My Code.
            ---
            ps.start_profiling
        end

When ran my application that is not creating .pfi file
in my project build area.

Please help me how to do this.

Thanking you,
Santosh


--- On Thu, 24/9/09, Jocelyn Fiat [ES] <[hidden email]> wrote:

From: Jocelyn Fiat [ES] <[hidden email]>
Subject: Re: [eiffel_software] How to do profiling for one feature?
To: [hidden email]
Date: Thursday, 24 September, 2009, 12:18 PM






 




   
                  I invite you to read the documentation



http://docs. eiffel.com/ book/eiffelstudi o/profiling

    http://docs. eiffel.com/ book/eiffelstudi o/profiler- wizard



Regards,

Jocelyn



patha kumar wrote:

> Hi all,

>

> How to do profiling for one feature

>

> Please send me the procedure.

>

> Thanking you,

> Santosh

>

>

>

>       Now, send attachments up to 25MB with Yahoo! India Mail. Learn how. http://in.overview. mail.yahoo. com/photos

>

> [Non-text portions of this message have been removed]

>

>

>

> ------------ --------- --------- ------

>

> Yahoo! Groups Links

>

>

>

>

>

>  



--

Jocelyn

------------ --------- --------- --------- --------- --------- -  

Eiffel Software

805-685-1006

http://www.eiffel. com

Customer support: http://support. eiffel.com

User group: http://groups. eiffel.com/ join

------------ --------- --------- --------- --------- --------- -  




 

     

   
   
       
         
       
       








       


       
       


      Add whatever you love to the Yahoo! India homepage. Try now! http://in.yahoo.com/trynew

[Non-text portions of this message have been removed]

patha kumar

Re: How to do profiling for one feature?

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jocelyn.Fiat.ES
Hi,

I have read this document but am unable to understand how to implement it

1) I have set profile as True

2) I have done the following in my feature.
        local
            ps: PROFILING_SETTING
             
        do
            create ps.make
            ps.stop_profiling
            -----
              My Code.
            ---
            ps.start_profiling
        end

When ran my application that is not creating .pfi file
in my project build area.

Please help me how to do this.

Thanking you,
Santosh

--- On Thu, 24/9/09, Jocelyn Fiat [ES] <[hidden email]> wrote:

From: Jocelyn Fiat [ES] <[hidden email]>
Subject: Re: [eiffel_software] How to do profiling for one feature?
To: [hidden email]
Date: Thursday, 24 September, 2009, 12:18 PM






 




   
                  I invite you to read the documentation



http://docs. eiffel.com/ book/eiffelstudi o/profiling

    http://docs. eiffel.com/ book/eiffelstudi o/profiler- wizard



Regards,

Jocelyn



patha kumar wrote:

> Hi all,

>

> How to do profiling for one feature

>

> Please send me the procedure.

>

> Thanking you,

> Santosh

>

>

>

>       Now, send attachments up to 25MB with Yahoo! India Mail. Learn how. http://in.overview. mail.yahoo. com/photos

>

> [Non-text portions of this message have been removed]

>

>

>

> ------------ --------- --------- ------

>

> Yahoo! Groups Links

>

>

>

>

>

>  



--

Jocelyn

------------ --------- --------- --------- --------- --------- -  

Eiffel Software

805-685-1006

http://www.eiffel. com

Customer support: http://support. eiffel.com

User group: http://groups. eiffel.com/ join

------------ --------- --------- --------- --------- --------- -  




 

     

   
   
       
         
       
       








       


       
       


      From cricket scores to your friends. Try the Yahoo! India Homepage! http://in.yahoo.com/trynew

[Non-text portions of this message have been removed]

Jocelyn.Fiat

Re: How to do profiling for one feature?

Reply Threaded More More options
Print post
Permalink
On page http://docs.eiffel.com/book/eiffelstudio/profiling
It is written "When the program exits, a file named 'profinfo' should be
generated next to it."

Do you have this file "profinfo" ?

If yes, then follow the "Tools>Profiler" wizard.

Hope this helps,
Jocelyn


patha kumar wrote:

> Hi,
>
> I have read this document but am unable to understand how to implement it
>
> 1) I have set profile as True
>
> 2) I have done the following in my feature.
>         local
>             ps: PROFILING_SETTING
>              
>         do
>             create ps.make
>             ps.stop_profiling
>             -----
>               My Code.
>             ---
>             ps.start_profiling
>         end
>
> When ran my application that is not creating .pfi file
> in my project build area.
>
> Please help me how to do this.
>
> Thanking you,
> Santosh
>
>