The profiling tag has no wiki summary.
0
votes
0answers
21 views
linux command to set a core idle in amd machine
I want to run my exe on a specific core. For this we use taskset command in linux.
letsay I use taskset -c 10 myexe.exe. It will run myexe on core no.10.
Now going further is there any way that no ...
0
votes
0answers
34 views
How to profile my linux distro performance or any OS performance
Assume that I made a new distro of GNU/Linux with new configuration of anything in it or I made a new OS from scratch I would like to know how can I make a profile of its performance on bare metal ...
1
vote
2answers
145 views
How do I identify resource hogs on Firefox?
I have installed a package of Firefox extensions that installed a few extensions to my Firefox.
Recently I have noticed, that the resource consumption of the Firefox process rose to unacceptable ...
5
votes
1answer
180 views
Is there any command like time, but for memory usage?
Is there any command like time, but that reports more statistics? It would be great if I could do something like:
$ statistics some_command
time:
real 0m3.002s
user 0m0.000s
sys ...
0
votes
1answer
232 views
How to measure memory bandwidth usage
I am trying to determine how close to being bandwidth-limited a code I have written is, so I was wondering whether there are any tools out there to determine memory bandwidth usage? The code I have is ...
3
votes
3answers
508 views
Good software to monitor disk io, memory and cpu use?
I'm developing a website. I was wondering if there are any tools out there that make it easy to log and graph usage statistics of how my cpu, memory, disk and network are used.
I need to somehow know ...
3
votes
1answer
235 views
Profiling add-ons in firefox
One new feature of ie9 I like is that it alerts you to which add-ons are making your browser run slowly. Is there a way to get access to similar information in firefox?
2
votes
1answer
32 views
How to build a profile of my Macbook Pro
I'm about to purchase a new macbook pro since mine is beginning to show signs of early death (hardware failure, not worth fixing, its an old laptop from the first generation of MBPs).
I'm not sure ...
0
votes
3answers
84 views
Linux Profiling
I want to profile my application which is most of the time doing I/O on a USB device.
I need to see what process are running on system and what each process is exactly doing whole the time.
...