Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff MasterLoop.c @ 140:2c8f3cf6c058
Free memory calculation
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 19 Sep 2011 18:43:08 +0200 |
| parents | 99343ffe1918 |
| children |
line diff
1.1 --- a/MasterLoop.c Mon Sep 19 16:12:01 2011 +0200 1.2 +++ b/MasterLoop.c Mon Sep 19 18:43:08 2011 +0200 1.3 @@ -107,7 +107,7 @@ 1.4 // So, just make this an endless loop, and do assembly function at end 1.5 // that saves its own return addr, then jumps to core_loop. 1.6 while(1) 1.7 - { 1.8 + { 1.9 //============================= MEASUREMENT STUFF ======================== 1.10 #ifdef MEAS__TIME_MASTER 1.11 //Total Master time includes one coreloop time -- just assume the core
