Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged profiling

0 votes
513 views
1 answer
    Which profiler do you use for Fortran code base with MPI in it? gprof doesn't seem to be working correctly ... of the fortran functions appear. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
521 views
1 answer
    My bash shell takes up to 3-4 seconds to start up, while if I start it with --norc it runs immediately. ... take the most time to execute? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
501 views
1 answer
    I have a HotSpot JVM heap dump that I would like to analyze. The VM ran with -Xmx31g, and the heap dump ... other tools that work on the pre-structured data. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
433 views
1 answer
    I've been using cProfile to profile my code, and it's been working great. I also use gprof2dot.py to visualize the ... the "func(a)" call. Does that make sense? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
428 views
1 answer
    What's the easiest way to profile a PHP script? I'd love tacking something on that shows me a dump of all ... lot of trouble to sprinkle that all over my code. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
537 views
1 answer
    I have the following fragment of code for which I want to count the number of executed instructions. #include < ... -collect-performance-metrics-in-cuda-per-region-inside-the-kern...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    I am trying to speed up a slow three.js based app. Here's Chrome's flame chart for 2 frames: I ... //stackoverflow.com/questions/65892507/large-gaps-in-chrome-profiler-flame-chart...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
418 views
1 answer
    I have a HotSpot JVM heap dump that I would like to analyze. The VM ran with -Xmx31g, and the heap dump file is ... -java-heap-dump-when-local-memory-is-less-than-the-size-of-the...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    Problem Most iPython "magic functions" work fine for me right off the bat: %hist, %time, %prun, etc. However, I ... -python-cannot-get-lprun-to-work-although-line-profiler-is-impor...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    Problem Most iPython "magic functions" work fine for me right off the bat: %hist, %time, %prun, etc. However, I ... -python-cannot-get-lprun-to-work-although-line-profiler-is-impor...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
579 views
1 answer
    I'm running JFR on JDK 1.8_261. I'm running my application using those VM options: -XX:+UseG1GC -XX:+ ... screenshot. What do I need to do to enable Live Objects?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
508 views
1 answer
    I'm running JFR on JDK 1.8_261. I'm running my application using those VM options: -XX:+UseG1GC -XX:+ ... screenshot. What do I need to do to enable Live Objects?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
506 views
1 answer
    M Java application probably has a file descriptor leak, since I'm getting a Too many open files exception. I'm ... JFR for finding code which open files but not closes them?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
500 views
1 answer
    I am using Spring Data in my spring boot application and my data base is postgreSQL, I have some jobs ... /profiling tool for showing which service consumes which connection ?...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
620 views
1 answer
    As discussed in Profiling my program with linux perf and different call graph modes gives different results, sometime when the ... why this happens? My perf version is 4.15.18...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...