Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hecker
  • Content: Threads
  • Order by date
  1. hecker

    How to find CPU Usage

    How can one find the %CPU Usage for a process. I don't want to use TOP command as it seems that the statistics provided by this command are based on some kind of hysteresis. I want to find the CPU processing time taken by a process upto max accuracy. Thanx, Hecker
  2. hecker

    Gvim help

    I am not able to use commands like MORE from my terminal while using GVIM window. e.g. cmd from GVIM window : :!grep name * | more then it rolls over all the matches found until end and doesn't stop on pg boundary as it does in normal case when I run it from outside gvim i.e shell prompt.
  3. hecker

    Memory allocation in C

    Does Malloc allocate contigous memory locatio ? .In general wot is the criterion followed by this function to allocate memory ?
  4. hecker

    How do we write compiler of a language in same language ?

    Like we say that compiler of C is written in C. How is that possible? How&nbsp;&nbsp;the 'c' language code of compiler will be translated to executable? <br><br>&nbsp;&nbsp;

Part and Inventory Search

Back
Top