Changeset 6004 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/DataTransfer
- Timestamp:
- 04/11/11 20:57:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/DataTransfer/Heartbeat.cs
r5405 r6004 42 42 String val = "SlaveId: " + SlaveId + ", FreeCores: " + FreeCores; 43 43 foreach (KeyValuePair<Guid, TimeSpan> kvp in JobProgress) { 44 val += "\nId" + kvp.Key + " ExecutionTime " + kvp.Value;44 val += Environment.NewLine + "Id" + kvp.Key + " ExecutionTime " + kvp.Value; 45 45 } 46 46 return val;
Note: See TracChangeset
for help on using the changeset viewer.