- manager: show RAM limit in task properties

svn path=/trunk/boinc/; revision=22780
This commit is contained in:
David Anderson 2010-11-30 22:27:56 +00:00
parent 295e8fbdb4
commit 16147b7dd7
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ void CDlgItemProperties::renderInfos(RESULT* result) {
} }
if (wup) { if (wup) {
addProperty(_("Estimated task size"), wxString::Format(wxT("%.0f GFLOPs"), wup->rsc_fpops_est/1e9)); addProperty(_("Estimated task size"), wxString::Format(wxT("%.0f GFLOPs"), wup->rsc_fpops_est/1e9));
addProperty(_("Max RAM usage"), wxString::Format(wxT("%.0f MB"), wup->rsc_memory_bound/MEGA));
} }
if (result->active_task) { if (result->active_task) {
addProperty(_("CPU time at last checkpoint"), FormatTime(result->checkpoint_cpu_time)); addProperty(_("CPU time at last checkpoint"), FormatTime(result->checkpoint_cpu_time));