mirror of https://github.com/BOINC/boinc.git
- manager: show RAM limit in task properties
svn path=/trunk/boinc/; revision=22780
This commit is contained in:
parent
295e8fbdb4
commit
16147b7dd7
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue