coriolis/knik/src
Jean-Paul Chaput 44a2f574bc Accurate measuring of memory usage under Linux.
* Change: In Hurricane::Timer, measuring memory usage through the increase
    of sbrk() gives erroneous results. Under Linux, now read the
    /proc/[pid]/statm which gives the real size of the virtual memory
    of the process. There is also code for reading /proc/[pid]/mmap
    but it gives only the resident size of the process (i.e. swapped
    pages are *not* accounteds).
* Change: In Katabatic, Anabatic, Kite & Katana now reports the total
    memory size of the program.
2017-02-25 18:21:55 +01:00
..
flute-3.1 Rationalization of Cell's flags. Compilation warnings hunt. 2015-06-10 15:49:58 +02:00
knik In Knik::Vertex, the _flags member was uninitialized. 2016-04-22 22:55:26 +02:00
CMakeLists.txt Updated Flute 2.4 to Flute 3.1 2015-04-03 17:27:30 +02:00
Configuration.cpp * ./hurricane/src/hviewer, 2010-03-09 15:23:58 +00:00
Edge.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
Graph.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
GraphicKnikEngine.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
HEdge.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
KnikEngine.cpp Accurate measuring of memory usage under Linux. 2017-02-25 18:21:55 +01:00
LoadSolution.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
MatrixVertex.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
NetExtension.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
SlicingTree.cpp * ./hurricane/src/hviewer, 2010-03-09 15:23:58 +00:00
VEdge.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
Vertex.cpp In Knik::Vertex, the _flags member was uninitialized. 2016-04-22 22:55:26 +02:00
knikRefactor.conf * ./hurricane/src/hviewer, 2010-03-09 15:23:58 +00:00