Christian Göttsche
ba2d59020d
DarwinProcess: mark local function static and sort includes
5 years ago
Benny Baumann
61e14d4bb2
Spacing around operators
5 years ago
Christian Göttsche
4eb443926f
Hold only a const version of Settings in Process
5 years ago
Christian Göttsche
a63cfc8b7c
Refactor generating starttime string into Process class
5 years ago
Christian Göttsche
7af06659e2
Mark remaining classes const
6 years ago
Christian Göttsche
41eea8a355
Mark process argument of Process_isThread const
6 years ago
Daniel Lange
079c2abf8e
Update License consistently to GPLv2 as per COPYING file
6 years ago
Nathan Scott
8ec5d4a3a0
Further, minor cleanups to headers post-MakeHeaders
...
Remove leftover empty ifdef/endif pairs, whitespace.
The generated htop.h file was also unused - removed.
6 years ago
Zev Weiss
a1a027b9bd
Axe automated header generation.
...
Reasoning:
- implementation was unsound -- broke down when I added a fairly
basic macro definition expanding to a struct initializer in a *.c
file.
- made it way too easy (e.g. via otherwise totally innocuous git
commands) to end up with timestamps such that it always ran
MakeHeader.py but never used its output, leading to overbuild noise
when running what should be a null 'make'.
- but mostly: it's just an awkward way of dealing with C code.
6 years ago
Hisham
306c5443ae
Update header.
10 years ago
Hisham Muhammad
42c4459375
Run through all command line arguments on Darwin.
...
Also fixes the basename offset for highlighting the basename.
Closes #379 .
10 years ago
Hisham Muhammad
5ee6715843
Scan threads for process state information.
...
Based on: http://stackoverflow.com/questions/6788274/ios-mac-cpu-usage-for-thread
and e86692e869/ProcessList.c
This should be a fix for #361 .
10 years ago
David Hunt
907f8298a0
CPU per process implemented
11 years ago
David Hunt
57ab332d5a
Fix the thread counts
11 years ago
David Hunt
43ef703f03
Start supporting actual data
11 years ago
David Hunt
70e7c8db59
Added darwin with working battery meter
11 years ago