2 Feb 09:32
Re: A new approach for monitoring simulation data
Stefan Scherfke <stefan.scherfke <at> uni-oldenburg.de>
2010-02-02 08:32:46 GMT
2010-02-02 08:32:46 GMT
Hello Rayene,
Am 2010-01-20 um 12:23 schrieb Rayene Ben Rayana:
>
> Yeah, it is ugly :)
> Does ('name', lambda: self.name) work ?
Yep, seems to work:
>>> class A(object):
... foo = 3
...
>>> a = A()
>>> f = lambda: a.foo
>>> f()
3
>>> a.foo = 4
>>> f()
4
>>>
>>> Other things to think of :
>>>
>>> 1. An easy way to obtain a throughput plot (delta_value/delta_time)
>>> 2. Checking if the monitored data changed since last time. If not, give the user the possibility
>>> to skip the storage of that line.
>>>
>>> example :
>>> Instead of :
>>>
(Continue reading)
)
Cheers,
Stefan
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
RSS Feed