Thread: how to collect the the memory address of day to day work load?

  1. #1
    Registered User
    Join Date
    Jan 2014
    Posts
    3

    how to collect the the memory address of day to day work load?

    Hello i am working on something that requires the memory address of my computers workload.. so any one help me collect the trace files? and please explain to me what trace file as well..

  2. #2
    Registered User ledow's Avatar
    Join Date
    Dec 2011
    Posts
    435
    Your question is incomplete and makes no sense.

    What do you mean by workload? CPU usage? Disk usage?

    You don't get a "memory address" for that, you have to call a specific (platform-independent) function. What platform?

    What do you mean by trace files? What relevance does this have to your question? If you don't know what you mean by trace file, we certainly don't.

    Basically, after reading your question several times, I'm not even sure what you're asking.

    - Compiler warnings are like "Bridge Out Ahead" warnings. DON'T just ignore them.
    - A compiler error is something SO stupid that the compiler genuinely can't carry on with its job. A compiler warning is the compiler saying "Well, that's bloody stupid but if you WANT to ignore me..." and carrying on.
    - The best debugging tool in the world is a bunch of printf()'s for everything important around the bits you think might be wrong.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 07-10-2012, 04:28 AM
  2. Load file from disk to memory
    By dotunix in forum C Programming
    Replies: 4
    Last Post: 10-21-2009, 02:55 PM
  3. Finding memory address using memory pattern
    By MindWorX in forum C++ Programming
    Replies: 1
    Last Post: 05-25-2008, 07:20 AM
  4. Save and Load memory data to Files in C++ ?
    By IndioDoido in forum C++ Programming
    Replies: 18
    Last Post: 10-18-2007, 07:22 PM
  5. App or DLL Load address
    By bman1176 in forum Windows Programming
    Replies: 2
    Last Post: 02-28-2006, 02:36 PM

Tags for this Thread