Profiling the application does not work properly with CGProf option [message #511436] |
Mon, 01 February 2010 10:41  |
Eclipse User |
|
|
|
Hi,
When i profile the server based application using HeapProf, the application is working properly. But when i run my application with CGProf, the application is not working as expected.
I am using iBatis frame work in my J2EE application. The iBatis queries expects some parameters from java application. iBatis expects parameters in #paramName# or $paramName$.
Parameters which are in ##, getting replaced properly from java. But parameters with in $$ symbol are not getting replaced.
hence all my queries are failing and not able to run with CGprof properly.
Please help me if any body as any idea.
regards
Devaraj
|
|
|
Re: Profiling the application does not work properly with CGProf option [message #511452 is a reply to message #511436] |
Mon, 01 February 2010 10:47  |
Eclipse User |
|
|
|
Hi Devaraj,
Does the problem exist if you filter out (EXCLUDE) the class(es) that have
the parameters replaced? This way, the class will not be instrumented and
hopfully can ease the problem you are seeing.
Please open a defect on Bugzilla with a scenario to reproduce the problem.
Eugene
"Devaraj" <dkommineni@yahoo.com> wrote in message
news:hk6sn0$nl6$1@build.eclipse.org...
> Hi,
>
> When i profile the server based application using HeapProf, the
> application is working properly. But when i run my application with
> CGProf, the application is not working as expected.
>
> I am using iBatis frame work in my J2EE application. The iBatis queries
> expects some parameters from java application. iBatis expects parameters
> in #paramName# or $paramName$.
> Parameters which are in ##, getting replaced properly from java. But
> parameters with in $$ symbol are not getting replaced.
>
> hence all my queries are failing and not able to run with CGprof properly.
>
> Please help me if any body as any idea.
>
> regards
> Devaraj
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03352 seconds