Questions tagged as 'profiling'

1
answer

Find slow point in .Net code

I need to parse a code that is taking too long to execute, the method code is extensive and makes several calls to other methods, I've been debugging to try to identify the slow point, but this is very difficult . Does Visual Studio have any...
asked by 14.01.2016 / 12:14
1
answer

How to reduce JSF application CPU consumption

From time to time, my application started to have a very large CPU consumption. I installed JProfiler, and from what I understand of it, there is a problem with hibernate's c3p0. I'm using hibernate 4.3, jsf2.2.10 + primefaces 5.2, use ehcache a...
asked by 29.08.2018 / 00:24
1
answer

Intercept 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.     
asked by 19.01.2015 / 13:24
1
answer

Perf record in MPI application

I would like to collect statistics from an MPI application To write the application running on a single machine, I can use the command: perf record mpirun -np $NUMBER_OF_CORES app_name However, when executing this command to dist...
asked by 19.06.2018 / 17:01
1
answer

Intercept 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.     
asked by 19.01.2015 / 13:24
1
answer

How 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 was unable to use the visual studio profiler for this purpose. How can I evaluate the performance of my application?     
asked by 31.10.2018 / 17:56