Skip to content
  1. Dec 20, 2004
    • Reid Spencer's avatar
      For PR351: · ac38f3a0
      Reid Spencer authored
      * Implement GetMallocUsage to get usage of malloc heap
      * Implement GetMemoryUsage to get total memory usage of process
      * Implement GetTimeUsage to get elapsed/user/system time
      
      llvm-svn: 19055
      ac38f3a0
    • Reid Spencer's avatar
      For PR351: · 27fa6c6d
      Reid Spencer authored
      No need for Unix/SUS/Process.cpp any more, just ifdef it.
      
      llvm-svn: 19054
      27fa6c6d
    • Reid Spencer's avatar
      For PR351: · 27088810
      Reid Spencer authored
      * Move system dependent implementation out of this file.
      * Make implementation use sys::Process::GetMallocUsage where necessary.
      * Make implementation use sys::Process::GetTimeUsage where necessary.
      
      llvm-svn: 19053
      27088810
    • Reid Spencer's avatar
      For PR351: · 8b44f87e
      Reid Spencer authored
      * Add checks for sbrk and getpagesize functions
      * Alphebetize the checks for functions
      
      llvm-svn: 19052
      8b44f87e
    • Reid Spencer's avatar
      For PR351: · 554368e4
      Reid Spencer authored
      * Add GetMallocUsage as a wrapper around mallinfo()
      * Add GetTotalMemoryUsage to get approximate RSS size
      * Add GetTimeUsage to get elapsed/system/user time
      
      llvm-svn: 19051
      554368e4
    • Reid Spencer's avatar
      Wrap long lines · 47dff91d
      Reid Spencer authored
      llvm-svn: 19050
      47dff91d
    • Reid Spencer's avatar
      For PR351: · d816f9e9
      Reid Spencer authored
      This file is no longer needed as system dependent functions have been
      encapsulated into lib/System.
      
      llvm-svn: 19049
      d816f9e9
    • Misha Brukman's avatar
      * Use "" for LLVM include files, not <> · f06cb1db
      Misha Brukman authored
      * llvm/Config/alloca.h already #includes config.h
      * Minor readability/stylistic changes
      
      llvm-svn: 19048
      f06cb1db
  2. Dec 19, 2004
  3. Dec 18, 2004
  4. Dec 17, 2004
Loading