Changes between Version 11 and Version 12 of Software/dOML/CollectingMeasurements


Ignore:
Timestamp:
Nov 26, 2007, 4:57:40 AM (16 years ago)
Author:
thierry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/dOML/CollectingMeasurements

    v11 v12  
    6363 * The following code sample shows an example of the use of these methods within the user's application:
    6464{{{
    65 #!c
     65#!ruby
    6666// Application Code Sample
    6767//
     
    119119=== More on Interface Application/OML Client using Dynamic Library ===
    120120
    121  * Sometimes, an experimenter does not require all measurement samples for a given metric, or he/she require some higher level information (e.g. average, min/max, etc...). '''OML''' supports measurement pre-processing or filtering at source to reduce the amount of reported and recorded data.  These filters are specified by experimenter within the ''prototype'' of their application. ''Prototypes'' were first introduced in the [wiki:Tutorial/HelloWorld previous part] of this tutorial, and are detailed further [here]. Figure 3 illustrates the client-side data flow with filters.
     121 * Sometimes, an experimenter does not require all measurement samples for a given metric, or he/she require some higher level information (e.g. average, min/max, etc...). '''OML''' supports measurement pre-processing or filtering at source to reduce the amount of reported and recorded data.  These filters are specified by experimenter within the ''prototype'' of their application. ''Prototypes'' were first introduced in the [wiki:Tutorial/HelloWorld previous part] of this tutorial, and an example on using them is given [wiki:HowTo/LaunchApp here]. Figure 3 illustrates the client-side data flow with filters.
    122122
    123123[[Image(clientsidedataflow.PNG)]]