Most voted "profiling" questions
5 questions
Sort by count of
-
9
votes1
answer298
viewsFind slow point in code . NET
I need to analyze a code that is taking too long to execute, the method code is extensive and makes several calls to other methods, I was thrashing to try to identify the point of slowness, but so…
-
2
votes1
answer193
viewsHow to reduce JSF application CPU consumption
From a while ago, my application started to have a very large CPU consumption. I installed Jprofiler, and from what I understand from him, there’s a problem with the c3p0 from Ibernate. I am using…
-
1
votes1
answer283
viewsIntercept methods
I need to create a class to intercept the methods of a certain class in order to monitor the execution time, to find out where the bottleneck of my transactions is.
-
1
votes1
answer28
viewsRecord roll in MPI application
I would like to collect statistics from an MPI application To save the application running on a single machine, I can use the command: perf record mpirun -np $NUMBER_OF_CORES app_name However, when…
-
1
votes1
answer49
viewsHow can I evaluate performance in a . net core application in f#
I would like to profile my application asp.net-core developed in f#. I could not use the profiler included in the visual studio for this purpose. How can I evaluate the performance of my…