MAINT: Updates docstring for performance tracker class.

This commit is contained in:
Eddie Hebert
2013-03-20 11:27:57 -04:00
parent 060b565cdc
commit 95a9b7b3c2
+1 -8
View File
@@ -148,14 +148,7 @@ log = logbook.Logger('Performance')
class PerformanceTracker(object):
"""
Tracks the performance of the zipline as it is running in
the simulator, relays this out to the Deluge broker and then
to the client. Visually:
+--------------------+ Result Stream +--------+
| PerformanceTracker | ----------------> | Deluge |
+--------------------+ +--------+
Tracks the performance of the algorithm.
"""
def __init__(self, sim_params):