Skip to main content

Questions tagged [profiling]

0 votes
1 answer
517 views

I am using this command to generate jemolloc output svg file: jeprof --svg texhub-server --base=texhub.out.1.0.i0.heap texhub.out.1.* > output.svg I read document from here(https://github.com/...
Dolphin's user avatar
  • 791
9 votes
1 answer
2k views

tldr: Does mtrace still work or am I just doing it wrong? I was attempting to use mtrace and have been unable to get it to write data to a file. I followed the instructions in man 3 mtrace: t_mtrace.c:...
TopherIsSwell's user avatar
0 votes
1 answer
249 views

I'm not sure which tool to use for micro-benchmarking a C program. I would like to measure both: Memory usage, RSS ( Resident Set Size ) CPU cycles I did use perf record -g and perf script piped ...
jinTgreater's user avatar
0 votes
1 answer
234 views

I have an application which appears to be slowing/blocking at the same time there's a lot of disk I/O going on, so I suspect it's I/O operations within the application which are blocking. I can't ...
phemmer's user avatar
  • 73.9k
1 vote
0 answers
274 views

I would like to monitor the peak RSS a cgroup has used since it was created. By "peak RSS" I mean: the sum of all processes' RSS at the point in time where that sum is the greatest. I ...
Lawrence Wagerfield's user avatar
2 votes
1 answer
350 views

I would like to generate a log of all virtual memory accesses performed in user mode and kernel mode as a result of running some program. Besides collecting memory access locations, I also want to ...
bryantcurto's user avatar
2 votes
1 answer
392 views

I run Debian 10 and since two weeks or so the PDF reader Atril (a fork of Evince) takes 25 seconds to start. Previously it started almost instantly. Now I'm trying to find out what causes the delay. I ...
August Karlstrom's user avatar
0 votes
1 answer
671 views

how can I get lock time values specifically of the threads of any process? in linux.. I was using the command /proc/pid/stat but I am unable to determine which values are of lock time.
I192100 Mayra Ahmad's user avatar
3 votes
1 answer
2k views

I am running an AI inference program based on Tensorflow-gpu. By running /usr/bin/strace -c -f /usr/bin/time ./program, I got the following output: <my program's output> 367.91user 1032.14system ...
Azuresonance's user avatar
4 votes
0 answers
410 views

I have a project which is entirely written in shell scripts. I find some of the modules in my code takes a lot of time, I need to reduce it functionality wise. What are profiling tools available for ...
Ragini Dahihande's user avatar
1 vote
0 answers
476 views

I have a command which invokes another command (synchronously) a couple of times. Is there a way to get the total time spent in the subcommand? In other words, is there a command similar to time but ...
August Karlstrom's user avatar
3 votes
4 answers
3k views

In my program, real time duration is sometimes as much as 3 times that of cpu time. This is a single thread application that does a lot of memory allocation and NFS base read/write. So my doubt is ...
amisax's user avatar
  • 3,093
2 votes
0 answers
602 views

I am trying to use Linux's perf_events framework to investigate an issue with an application on one of our servers. Based on my reading about the perf tool, collecting stacks is relatively ...
zac's user avatar
  • 121
0 votes
0 answers
944 views

I want to retrieve performance counter counts at a high frequency (i.e. 100-200Hz) using the perf tool (similar in functionality to https://github.com/RRZE-HPC/likwid/wiki/likwid-perfctr#the-timeline-...
Justin Borromeo's user avatar
1 vote
2 answers
1k views

I am trying to unzip a huge .gz file. I would like to know if there is a way we could profile this command to get the CPU utilization while the command is executing I am looking for something like ...
wandermonk's user avatar

15 30 50 per page
1
2 3 4 5