About 42,500 results
Open links in new tab
  1. How do I determine the true pixel size of my Monitor in .NET?

    I want to display an image at 'true size' in my application. For that I need to know the pixel size of the display. I know windows display resolution is nominally 96dpi, but for my purposes I wan...

  2. linux - How can I measure the actual memory usage of an …

    Jul 22, 2017 · How do you measure the memory usage of an application or process in Linux? From the blog article of Understanding memory usage on Linux, ps is not an accurate tool to …

  3. How to dynamically monitor Java heap size? - Stack Overflow

    Nov 20, 2015 · I am trying to monitor the java heap size dynamically. Does anybody know how to get the maximium memory used in the process of running a piece of codes? Does the …

  4. Measuring stack usage for Linux multi-threaded application

    Nov 19, 2023 · Here are two tools that measure (native pthreads) stack usage in Linux applications: Valgrind Stackusage Valgrind Usage: valgrind --tool=drd --show-stack …

  5. How to measure current size of .NET Memory Cache 4.0?

    Looking at the '.NET Memory Cache 4.0' performance counters, there is data around Cache Hits, Misses, Entries, Trims etc. but nothing related to Size. Is there is a way of measuring/knowing …

  6. How to obtain the correct physical size of the monitor?

    Dec 23, 2015 · On a CRT monitor, changing resolutions and pixel size can affect how much of the tube is used to display the image, effectively changing the size of the display. CRT images …

  7. How to get screen's physical size (i.e. in inches)?

    Jul 4, 2016 · I'm trying to figure out how to get the physical dimensions of a device's screen via Javascript. So far, my conclusion is that it's currently impossible, but I hope someone can …

  8. How to monitor the memory usage of Node.js? - Stack Overflow

    Nov 16, 2013 · The built-in process module has a method memoryUsage that offers insight in the memory usage of the current Node.js process. Here is an example from in Node v0.12.2 on a …

  9. How to detect screen size (e.g. large desktop monitor vs small ...

    Jan 21, 2021 · How to detect screen size (e.g. large desktop monitor vs small smartphone screen) with CSS media queries? Asked 4 years, 10 months ago Modified 4 years, 10 months ago …

  10. Is there a way to determine the physical size of the monitor?

    Jun 30, 2012 · In inches, e.g. 21' monitor. The app is a standard WinForms app. EDIT: It appears there really isn't a reliable way to accomplish what I need.