Which method is faster? Patch cords or send/receive pair?

ygreq's icon

This is bugging me for years now. I am guessing it is the same thing, but I would like to know an opinion of somebody who is more advised than the rest of us. Maybe somebody working at Cycle74? :D

I found this thread (https://cycling74.com/forums/send-receive-vs-patch-cords) but it talks about M4L.

Thank you so much!
ygreq

Chris Muir's icon
Max Patch
Copy patch and select New From Clipboard in Max.

It looks like roughly one micro-secend per message. Probably not enough to worry about, except in pathological cases.

MIB's icon
Max Patch
Copy patch and select New From Clipboard in Max.

test it for yourself with the patch below. for me it's about twice as slow... 0.55 for patchcord, 1.1 for s/r pair

Chris beat me to it ;)

ygreq's icon

OOh! Nice test!

It's almost half the time in my case with your test! I guess I am a pathological case! :P

3.846177 vs 6.235269

I am banging/changing 8 [scale] objects at a time besides other stuff so I need faaast!

Thank you so much!!

ygreq's icon

Thank you both!!!

Tom Swirly's icon

You'd naturally expect patch cables to be cheaper than send/receive pairs! (In fact, I'm a little surprised the difference isn't more pronounced).

If you wanted to write code to represent "a patch cord" it would simply be "a subroutine call". In a send/receive it's "a name look up and then a subroutine call". More, the name lookup is not obvious because of the different levels and places that a receive could be...

ygreq's icon

Thank you for the explanation, Tom!

Wonderful to know this besides the actual tests!

bkshepard's icon

Thanks for the examples. I have a question MIB. I'm a bit puzzled by the fact that the [t i] objects aren't hooked up to anything related to the timing. Does merely having them connected to the [uzi] cause [uzi] to run a different speeds?

MIB's icon

@bkshepard I didn't want a UI object slow down things since, I hope, nobody would connect an uzi to a number object in a real-life situation... I also just realized that I hooked up the wrong outlet of uzi to the [t i]. It should of course be the right outlet. Not entirely sure what you mean by "aren't hooked up to anything related to the timing"
The timer starts when you hit the bang, uzi does its things as fast as it can, when done the timer is stopped. depending what you hook up to the uzi it will take longer or shorter...

Chris Muir's icon

Uzi does all of its work in one scheduler frame. It just needed to be hooked up to anything, for this example. It should just be the same on both tests (patchcord & send/receive)

bkshepard's icon

Thanks MIB and Chris both! That answers my question. Sorry for the confusion in my question, I was referring to the fact that the uzi was connected to both the timer as well as to the [t i] object, but the [t i] was not subsequently hooked up to anything else.

Jadie Rage's icon
Max Patch
Copy patch and select New From Clipboard in Max.

For comparison, I added a pvar version which is slightly slower than s/r.

tyler mazaika's icon

This threads been idle for a while, but I was surprised by Jadie's finding about pvar. I think the test in that patch is not ideal because there is an unnecessary intermediate [numbox]. With pvar you can go directly to the final numbox, and when you do that the pvar result is slightly faster than the s/r result.

I got curious and tried a few other options with the following results. Results ordered from fastest to slowest.

cable - 3.1
cable (with intermediate 'thru' object) - 3.4
pvar - 4.5
send / receive - 5.0
pattrforward (with no extraneous cables) - 7.9
pattrforward - 8.2
pattr (bound, with no extraneous cables) - 17.5
pattr (bound) - 19.7

…and yet I use bound pattr's a lot out of convenience because I rarely need data throughput to be so fast.

----------begin_max5_patcher----------
{
    "boxes" : [         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "pattr (bound) - minus extraneous cabling",
                "fontname" : "Arial",
                "frgb" : 0.0,
                "patching_rect" : [ 1314.0, 396.0, 235.0, 20.0 ],
                "id" : "obj-65",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "pattrforward - minus extraneous cabling",
                "presentation_rect" : [ 953.0, 377.0, 0.0, 0.0 ],
                "fontname" : "Arial",
                "frgb" : 0.0,
                "patching_rect" : [ 954.0, 396.0, 231.0, 20.0 ],
                "id" : "obj-63",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "pattr (bound)",
                "fontname" : "Arial",
                "frgb" : 0.0,
                "patching_rect" : [ 1314.0, 72.0, 79.0, 20.0 ],
                "id" : "obj-62",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "pattrforward",
                "fontname" : "Arial",
                "frgb" : 0.0,
                "patching_rect" : [ 954.0, 72.0, 75.0, 20.0 ],
                "id" : "obj-60",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "pvar",
                "fontname" : "Arial",
                "frgb" : 0.0,
                "patching_rect" : [ 666.0, 72.0, 150.0, 20.0 ],
                "id" : "obj-58",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "send / receive",
                "fontname" : "Arial",
                "frgb" : 0.0,
                "patching_rect" : [ 360.0, 72.0, 85.0, 20.0 ],
                "id" : "obj-56",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "Cable with internediate object",
                "presentation_rect" : [ 74.0, 383.0, 0.0, 0.0 ],
                "fontname" : "Arial",
                "frgb" : 0.0,
                "patching_rect" : [ 72.0, 378.0, 168.0, 20.0 ],
                "id" : "obj-54",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "Cable",
                "fontname" : "Arial",
                "frgb" : 0.0,
                "patching_rect" : [ 72.0, 72.0, 150.0, 20.0 ],
                "id" : "obj-53",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "direct_bind",
                "fontname" : "Arial",
                "frgb" : 0.0,
                "patching_rect" : [ 1458.0, 540.0, 150.0, 20.0 ],
                "id" : "obj-51",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "number",
                "varname" : "direct_bind",
                "presentation_rect" : [ 1363.0, 617.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 1368.0, 540.0, 76.0, 21.0 ],
                "id" : "obj-46",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "int", "bang" ],
                "numoutlets" : 2
            }

        }
,         {
            "box" :             {
                "maxclass" : "button",
                "presentation_rect" : [ 1306.0, 408.0, 0.0, 0.0 ],
                "patching_rect" : [ 1314.0, 414.0, 20.0, 20.0 ],
                "id" : "obj-47",
                "numinlets" : 1,
                "outlettype" : [ "bang" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "presentation_rect" : [ 1419.0, 479.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 1427.0, 485.0, 94.0, 21.0 ],
                "id" : "obj-48",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "float", "bang" ],
                "numoutlets" : 2,
                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "varname" : "benchmark_Timer",
                "text" : "p benchmark_Timer",
                "presentation_rect" : [ 1306.0, 443.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 1314.0, 449.0, 132.0, 21.0 ],
                "id" : "obj-49",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "bang", "float" ],
                "numoutlets" : 2,
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 6,
                        "minor" : 1,
                        "revision" : 6,
                        "architecture" : "x86"
                    }
,
                    "rect" : [ 75.0, 119.0, 304.0, 307.0 ],
                    "bglocked" : 0,
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "gridonopen" : 0,
                    "gridsize" : [ 15.0, 15.0 ],
                    "gridsnaponopen" : 0,
                    "statusbarvisible" : 2,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "description" : "",
                    "digest" : "",
                    "tags" : "",
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "varname" : "u016014786",
                                "text" : "pattr @bindto parent::direct_bind",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 90.0, 270.0, 216.0, 21.0 ],
                                "id" : "obj-3",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "", "", "" ],
                                "numoutlets" : 3,
                                "restore" : [ 10000 ],
                                "saved_object_attributes" :                                 {
                                    "parameter_enable" : 0
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "patcherargs 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 92.0, 83.0, 124.0, 21.0 ],
                                "id" : "obj-1",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "", "" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 170.0, 188.0, 94.0, 21.0 ],
                                "id" : "obj-7",
                                "numinlets" : 1,
                                "parameter_enable" : 0,
                                "fontsize" : 12.0,
                                "outlettype" : [ "float", "bang" ],
                                "numoutlets" : 2,
                                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "uzi 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 107.0, 70.0, 21.0 ],
                                "id" : "obj-82",
                                "numinlets" : 2,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang", "int" ],
                                "numoutlets" : 3
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 57.0, 133.0, 21.0 ],
                                "id" : "obj-85",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 201.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-86",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 155.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-87",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "p cputimer",
                                "fontname" : "Arial",
                                "patching_rect" : [ 155.0, 164.0, 65.0, 19.0 ],
                                "id" : "obj-88",
                                "numinlets" : 2,
                                "fontsize" : 11.595187,
                                "outlettype" : [ "float" ],
                                "numoutlets" : 1,
                                "patcher" :                                 {
                                    "fileversion" : 1,
                                    "appversion" :                                     {
                                        "major" : 6,
                                        "minor" : 1,
                                        "revision" : 6,
                                        "architecture" : "x86"
                                    }
,
                                    "rect" : [ 525.0, 182.0, 197.0, 237.0 ],
                                    "bglocked" : 0,
                                    "openinpresentation" : 0,
                                    "default_fontsize" : 11.595187,
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "gridonopen" : 0,
                                    "gridsize" : [ 15.0, 15.0 ],
                                    "gridsnaponopen" : 0,
                                    "statusbarvisible" : 2,
                                    "toolbarvisible" : 1,
                                    "boxanimatetime" : 200,
                                    "imprint" : 0,
                                    "enablehscroll" : 1,
                                    "enablevscroll" : 1,
                                    "devicewidth" : 0.0,
                                    "description" : "",
                                    "digest" : "",
                                    "tags" : "",
                                    "boxes" : [                                         {
                                            "box" :                                             {
                                                "maxclass" : "outlet",
                                                "patching_rect" : [ 34.0, 173.0, 25.0, 25.0 ],
                                                "id" : "obj-1",
                                                "numinlets" : 1,
                                                "numoutlets" : 0,
                                                "comment" : "interval in ms is reported here"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-2",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-3",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "- 0.",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 34.0, 143.0, 32.5, 20.0 ],
                                                "id" : "obj-4",
                                                "numinlets" : 2,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 48.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-5",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 47.5, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-6",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 107.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-7",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang stops timing and reports interval"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 48.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-8",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang starts timing interval"
                                            }

                                        }
],
                                    "lines" : [                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-8", 0 ],
                                                "destination" : [ "obj-5", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-5", 0 ],
                                                "destination" : [ "obj-6", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-2", 0 ],
                                                "destination" : [ "obj-3", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-7", 0 ],
                                                "destination" : [ "obj-2", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-3", 0 ],
                                                "destination" : [ "obj-4", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-4", 0 ],
                                                "destination" : [ "obj-1", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-6", 0 ],
                                                "destination" : [ "obj-4", 1 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
]
                                }
,
                                "saved_object_attributes" :                                 {
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "default_fontsize" : 11.595187,
                                    "description" : "",
                                    "digest" : "",
                                    "fontface" : 0,
                                    "fontname" : "Arial",
                                    "fontsize" : 11.595187,
                                    "globalpatchername" : "",
                                    "tags" : ""
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "patching_rect" : [ 41.0, 24.0, 25.0, 25.0 ],
                                "id" : "obj-89",
                                "numinlets" : 0,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1,
                                "comment" : "Go"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 41.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-90",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Bangs"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 155.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-91",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Time"
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 2 ],
                                "destination" : [ "obj-3", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-82", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 1 ],
                                "destination" : [ "obj-87", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-87", 0 ],
                                "destination" : [ "obj-88", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-86", 0 ],
                                "destination" : [ "obj-88", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 0 ],
                                "destination" : [ "obj-82", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 1 ],
                                "destination" : [ "obj-86", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 76.0, 136.5, 210.5, 136.5 ],
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-89", 0 ],
                                "destination" : [ "obj-85", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 0 ],
                                "destination" : [ "obj-90", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-91", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-7", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "default_fontsize" : 12.0,
                    "description" : "",
                    "digest" : "",
                    "fontface" : 0,
                    "fontname" : "Verdana",
                    "fontsize" : 12.0,
                    "globalpatchername" : "",
                    "tags" : ""
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "p thru",
                "fontname" : "Arial",
                "patching_rect" : [ 126.0, 541.0, 41.0, 20.0 ],
                "id" : "obj-43",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "int" ],
                "numoutlets" : 1,
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 6,
                        "minor" : 1,
                        "revision" : 6,
                        "architecture" : "x86"
                    }
,
                    "rect" : [ 50.0, 94.0, 640.0, 480.0 ],
                    "bglocked" : 0,
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Arial",
                    "gridonopen" : 0,
                    "gridsize" : [ 18.0, 18.0 ],
                    "gridsnaponopen" : 0,
                    "statusbarvisible" : 2,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "description" : "",
                    "digest" : "",
                    "tags" : "",
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 90.0, 144.0, 25.0, 25.0 ],
                                "id" : "obj-2",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : ""
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "patching_rect" : [ 90.0, 90.0, 25.0, 25.0 ],
                                "id" : "obj-1",
                                "numinlets" : 0,
                                "outlettype" : [ "int" ],
                                "numoutlets" : 1,
                                "comment" : ""
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "default_fontface" : 0,
                    "default_fontname" : "Arial",
                    "default_fontsize" : 12.0,
                    "description" : "",
                    "digest" : "",
                    "fontface" : 0,
                    "fontname" : "Arial",
                    "fontsize" : 12.0,
                    "globalpatchername" : "",
                    "tags" : ""
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "comment",
                "text" : "pattrforward_direct",
                "fontname" : "Arial",
                "frgb" : 0.0,
                "patching_rect" : [ 1098.0, 540.0, 150.0, 20.0 ],
                "id" : "obj-42",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "number",
                "varname" : "pattrforward_direct",
                "presentation_rect" : [ 1018.0, 625.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 1008.0, 540.0, 76.0, 21.0 ],
                "id" : "obj-37",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "int", "bang" ],
                "numoutlets" : 2
            }

        }
,         {
            "box" :             {
                "maxclass" : "button",
                "presentation_rect" : [ 961.0, 416.0, 0.0, 0.0 ],
                "patching_rect" : [ 954.0, 414.0, 20.0, 20.0 ],
                "id" : "obj-38",
                "numinlets" : 1,
                "outlettype" : [ "bang" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "presentation_rect" : [ 1074.0, 487.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 1067.0, 485.0, 94.0, 21.0 ],
                "id" : "obj-39",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "float", "bang" ],
                "numoutlets" : 2,
                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "p benchmark_Timer",
                "presentation_rect" : [ 961.0, 451.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 954.0, 450.0, 132.0, 21.0 ],
                "id" : "obj-40",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "bang", "float" ],
                "numoutlets" : 2,
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 6,
                        "minor" : 1,
                        "revision" : 6,
                        "architecture" : "x86"
                    }
,
                    "rect" : [ 75.0, 119.0, 524.0, 432.0 ],
                    "bglocked" : 0,
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "gridonopen" : 0,
                    "gridsize" : [ 15.0, 15.0 ],
                    "gridsnaponopen" : 0,
                    "statusbarvisible" : 2,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "description" : "",
                    "digest" : "",
                    "tags" : "",
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "pattrforward parent::pattrforward_direct",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 90.0, 255.0, 257.0, 21.0 ],
                                "id" : "obj-2",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "patcherargs 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 92.0, 83.0, 124.0, 21.0 ],
                                "id" : "obj-1",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "", "" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 170.0, 188.0, 94.0, 21.0 ],
                                "id" : "obj-7",
                                "numinlets" : 1,
                                "parameter_enable" : 0,
                                "fontsize" : 12.0,
                                "outlettype" : [ "float", "bang" ],
                                "numoutlets" : 2,
                                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "uzi 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 107.0, 70.0, 21.0 ],
                                "id" : "obj-82",
                                "numinlets" : 2,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang", "int" ],
                                "numoutlets" : 3
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 57.0, 133.0, 21.0 ],
                                "id" : "obj-85",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 201.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-86",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 155.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-87",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "p cputimer",
                                "fontname" : "Arial",
                                "patching_rect" : [ 155.0, 164.0, 65.0, 19.0 ],
                                "id" : "obj-88",
                                "numinlets" : 2,
                                "fontsize" : 11.595187,
                                "outlettype" : [ "float" ],
                                "numoutlets" : 1,
                                "patcher" :                                 {
                                    "fileversion" : 1,
                                    "appversion" :                                     {
                                        "major" : 6,
                                        "minor" : 1,
                                        "revision" : 6,
                                        "architecture" : "x86"
                                    }
,
                                    "rect" : [ 525.0, 182.0, 197.0, 237.0 ],
                                    "bglocked" : 0,
                                    "openinpresentation" : 0,
                                    "default_fontsize" : 11.595187,
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "gridonopen" : 0,
                                    "gridsize" : [ 15.0, 15.0 ],
                                    "gridsnaponopen" : 0,
                                    "statusbarvisible" : 2,
                                    "toolbarvisible" : 1,
                                    "boxanimatetime" : 200,
                                    "imprint" : 0,
                                    "enablehscroll" : 1,
                                    "enablevscroll" : 1,
                                    "devicewidth" : 0.0,
                                    "description" : "",
                                    "digest" : "",
                                    "tags" : "",
                                    "boxes" : [                                         {
                                            "box" :                                             {
                                                "maxclass" : "outlet",
                                                "patching_rect" : [ 34.0, 173.0, 25.0, 25.0 ],
                                                "id" : "obj-1",
                                                "numinlets" : 1,
                                                "numoutlets" : 0,
                                                "comment" : "interval in ms is reported here"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-2",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-3",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "- 0.",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 34.0, 143.0, 32.5, 20.0 ],
                                                "id" : "obj-4",
                                                "numinlets" : 2,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 48.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-5",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 47.5, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-6",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 107.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-7",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang stops timing and reports interval"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 48.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-8",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang starts timing interval"
                                            }

                                        }
],
                                    "lines" : [                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-6", 0 ],
                                                "destination" : [ "obj-4", 1 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-4", 0 ],
                                                "destination" : [ "obj-1", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-3", 0 ],
                                                "destination" : [ "obj-4", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-7", 0 ],
                                                "destination" : [ "obj-2", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-2", 0 ],
                                                "destination" : [ "obj-3", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-5", 0 ],
                                                "destination" : [ "obj-6", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-8", 0 ],
                                                "destination" : [ "obj-5", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
]
                                }
,
                                "saved_object_attributes" :                                 {
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "default_fontsize" : 11.595187,
                                    "description" : "",
                                    "digest" : "",
                                    "fontface" : 0,
                                    "fontname" : "Arial",
                                    "fontsize" : 11.595187,
                                    "globalpatchername" : "",
                                    "tags" : ""
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "patching_rect" : [ 41.0, 24.0, 25.0, 25.0 ],
                                "id" : "obj-89",
                                "numinlets" : 0,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1,
                                "comment" : "Go"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 41.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-90",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Bangs"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 155.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-91",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Time"
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 2 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-7", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-91", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 0 ],
                                "destination" : [ "obj-90", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-89", 0 ],
                                "destination" : [ "obj-85", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 1 ],
                                "destination" : [ "obj-86", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 76.0, 136.5, 210.5, 136.5 ],
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 0 ],
                                "destination" : [ "obj-82", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-86", 0 ],
                                "destination" : [ "obj-88", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-87", 0 ],
                                "destination" : [ "obj-88", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 1 ],
                                "destination" : [ "obj-87", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-82", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "default_fontsize" : 12.0,
                    "description" : "",
                    "digest" : "",
                    "fontface" : 0,
                    "fontname" : "Verdana",
                    "fontsize" : 12.0,
                    "globalpatchername" : "",
                    "tags" : ""
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "number",
                "presentation_rect" : [ 125.0, 573.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 126.0, 576.0, 76.0, 21.0 ],
                "id" : "obj-29",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "int", "bang" ],
                "numoutlets" : 2
            }

        }
,         {
            "box" :             {
                "maxclass" : "button",
                "presentation_rect" : [ 68.0, 364.0, 0.0, 0.0 ],
                "patching_rect" : [ 72.0, 415.0, 20.0, 20.0 ],
                "id" : "obj-30",
                "numinlets" : 1,
                "outlettype" : [ "bang" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "presentation_rect" : [ 181.0, 435.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 185.0, 486.0, 94.0, 21.0 ],
                "id" : "obj-31",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "float", "bang" ],
                "numoutlets" : 2,
                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "p benchmark_Timer",
                "presentation_rect" : [ 68.0, 399.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 72.0, 450.0, 132.0, 21.0 ],
                "id" : "obj-32",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "bang", "int", "float" ],
                "numoutlets" : 3,
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 6,
                        "minor" : 1,
                        "revision" : 6,
                        "architecture" : "x86"
                    }
,
                    "rect" : [ 75.0, 119.0, 304.0, 307.0 ],
                    "bglocked" : 0,
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "gridonopen" : 0,
                    "gridsize" : [ 15.0, 15.0 ],
                    "gridsnaponopen" : 0,
                    "statusbarvisible" : 2,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "description" : "",
                    "digest" : "",
                    "tags" : "",
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 93.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-2",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Index"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "patcherargs 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 92.0, 83.0, 124.0, 21.0 ],
                                "id" : "obj-1",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "", "" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 170.0, 188.0, 94.0, 21.0 ],
                                "id" : "obj-7",
                                "numinlets" : 1,
                                "parameter_enable" : 0,
                                "fontsize" : 12.0,
                                "outlettype" : [ "float", "bang" ],
                                "numoutlets" : 2,
                                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "uzi 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 107.0, 70.0, 21.0 ],
                                "id" : "obj-82",
                                "numinlets" : 2,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang", "int" ],
                                "numoutlets" : 3
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 57.0, 133.0, 21.0 ],
                                "id" : "obj-85",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 201.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-86",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 155.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-87",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "p cputimer",
                                "fontname" : "Arial",
                                "patching_rect" : [ 155.0, 164.0, 65.0, 19.0 ],
                                "id" : "obj-88",
                                "numinlets" : 2,
                                "fontsize" : 11.595187,
                                "outlettype" : [ "float" ],
                                "numoutlets" : 1,
                                "patcher" :                                 {
                                    "fileversion" : 1,
                                    "appversion" :                                     {
                                        "major" : 6,
                                        "minor" : 1,
                                        "revision" : 6,
                                        "architecture" : "x86"
                                    }
,
                                    "rect" : [ 525.0, 182.0, 197.0, 237.0 ],
                                    "bglocked" : 0,
                                    "openinpresentation" : 0,
                                    "default_fontsize" : 11.595187,
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "gridonopen" : 0,
                                    "gridsize" : [ 15.0, 15.0 ],
                                    "gridsnaponopen" : 0,
                                    "statusbarvisible" : 2,
                                    "toolbarvisible" : 1,
                                    "boxanimatetime" : 200,
                                    "imprint" : 0,
                                    "enablehscroll" : 1,
                                    "enablevscroll" : 1,
                                    "devicewidth" : 0.0,
                                    "description" : "",
                                    "digest" : "",
                                    "tags" : "",
                                    "boxes" : [                                         {
                                            "box" :                                             {
                                                "maxclass" : "outlet",
                                                "patching_rect" : [ 34.0, 173.0, 25.0, 25.0 ],
                                                "id" : "obj-1",
                                                "numinlets" : 1,
                                                "numoutlets" : 0,
                                                "comment" : "interval in ms is reported here"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-2",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-3",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "- 0.",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 34.0, 143.0, 32.5, 20.0 ],
                                                "id" : "obj-4",
                                                "numinlets" : 2,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 48.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-5",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 47.5, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-6",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 107.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-7",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang stops timing and reports interval"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 48.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-8",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang starts timing interval"
                                            }

                                        }
],
                                    "lines" : [                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-8", 0 ],
                                                "destination" : [ "obj-5", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-5", 0 ],
                                                "destination" : [ "obj-6", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-2", 0 ],
                                                "destination" : [ "obj-3", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-7", 0 ],
                                                "destination" : [ "obj-2", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-3", 0 ],
                                                "destination" : [ "obj-4", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-4", 0 ],
                                                "destination" : [ "obj-1", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-6", 0 ],
                                                "destination" : [ "obj-4", 1 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
]
                                }
,
                                "saved_object_attributes" :                                 {
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "default_fontsize" : 11.595187,
                                    "description" : "",
                                    "digest" : "",
                                    "fontface" : 0,
                                    "fontname" : "Arial",
                                    "fontsize" : 11.595187,
                                    "globalpatchername" : "",
                                    "tags" : ""
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "patching_rect" : [ 41.0, 24.0, 25.0, 25.0 ],
                                "id" : "obj-89",
                                "numinlets" : 0,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1,
                                "comment" : "Go"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 41.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-90",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Bangs"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 155.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-91",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Time"
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-82", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 1 ],
                                "destination" : [ "obj-87", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-87", 0 ],
                                "destination" : [ "obj-88", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-86", 0 ],
                                "destination" : [ "obj-88", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 0 ],
                                "destination" : [ "obj-82", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 1 ],
                                "destination" : [ "obj-86", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 76.0, 136.5, 210.5, 136.5 ],
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-89", 0 ],
                                "destination" : [ "obj-85", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 0 ],
                                "destination" : [ "obj-90", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-91", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-7", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 2 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "default_fontsize" : 12.0,
                    "description" : "",
                    "digest" : "",
                    "fontface" : 0,
                    "fontname" : "Verdana",
                    "fontsize" : 12.0,
                    "globalpatchername" : "",
                    "tags" : ""
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "varname" : "u155014621",
                "text" : "pattr @bindto bound_num",
                "fontname" : "Verdana",
                "patching_rect" : [ 1371.0, 240.0, 170.0, 21.0 ],
                "id" : "obj-24",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "", "", "" ],
                "numoutlets" : 3,
                "restore" : [ 10000 ],
                "saved_object_attributes" :                 {
                    "parameter_enable" : 0
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "number",
                "varname" : "bound_num",
                "presentation_rect" : [ 1310.0, 322.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 1371.0, 317.0, 76.0, 21.0 ],
                "id" : "obj-25",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "int", "bang" ],
                "numoutlets" : 2
            }

        }
,         {
            "box" :             {
                "maxclass" : "button",
                "presentation_rect" : [ 1253.0, 113.0, 0.0, 0.0 ],
                "patching_rect" : [ 1314.0, 108.0, 20.0, 20.0 ],
                "id" : "obj-26",
                "numinlets" : 1,
                "outlettype" : [ "bang" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "presentation_rect" : [ 1366.0, 184.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 1427.0, 179.0, 94.0, 21.0 ],
                "id" : "obj-27",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "float", "bang" ],
                "numoutlets" : 2,
                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "p benchmark_Timer",
                "presentation_rect" : [ 1253.0, 148.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 1314.0, 143.0, 132.0, 21.0 ],
                "id" : "obj-28",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "bang", "int", "float" ],
                "numoutlets" : 3,
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 6,
                        "minor" : 1,
                        "revision" : 6,
                        "architecture" : "x86"
                    }
,
                    "rect" : [ 75.0, 119.0, 304.0, 307.0 ],
                    "bglocked" : 0,
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "gridonopen" : 0,
                    "gridsize" : [ 15.0, 15.0 ],
                    "gridsnaponopen" : 0,
                    "statusbarvisible" : 2,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "description" : "",
                    "digest" : "",
                    "tags" : "",
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 93.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-2",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Index"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "patcherargs 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 92.0, 83.0, 124.0, 21.0 ],
                                "id" : "obj-1",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "", "" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 170.0, 188.0, 94.0, 21.0 ],
                                "id" : "obj-7",
                                "numinlets" : 1,
                                "parameter_enable" : 0,
                                "fontsize" : 12.0,
                                "outlettype" : [ "float", "bang" ],
                                "numoutlets" : 2,
                                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "uzi 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 107.0, 70.0, 21.0 ],
                                "id" : "obj-82",
                                "numinlets" : 2,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang", "int" ],
                                "numoutlets" : 3
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 57.0, 133.0, 21.0 ],
                                "id" : "obj-85",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 201.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-86",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 155.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-87",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "p cputimer",
                                "fontname" : "Arial",
                                "patching_rect" : [ 155.0, 164.0, 65.0, 19.0 ],
                                "id" : "obj-88",
                                "numinlets" : 2,
                                "fontsize" : 11.595187,
                                "outlettype" : [ "float" ],
                                "numoutlets" : 1,
                                "patcher" :                                 {
                                    "fileversion" : 1,
                                    "appversion" :                                     {
                                        "major" : 6,
                                        "minor" : 1,
                                        "revision" : 6,
                                        "architecture" : "x86"
                                    }
,
                                    "rect" : [ 525.0, 182.0, 197.0, 237.0 ],
                                    "bglocked" : 0,
                                    "openinpresentation" : 0,
                                    "default_fontsize" : 11.595187,
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "gridonopen" : 0,
                                    "gridsize" : [ 15.0, 15.0 ],
                                    "gridsnaponopen" : 0,
                                    "statusbarvisible" : 2,
                                    "toolbarvisible" : 1,
                                    "boxanimatetime" : 200,
                                    "imprint" : 0,
                                    "enablehscroll" : 1,
                                    "enablevscroll" : 1,
                                    "devicewidth" : 0.0,
                                    "description" : "",
                                    "digest" : "",
                                    "tags" : "",
                                    "boxes" : [                                         {
                                            "box" :                                             {
                                                "maxclass" : "outlet",
                                                "patching_rect" : [ 34.0, 173.0, 25.0, 25.0 ],
                                                "id" : "obj-1",
                                                "numinlets" : 1,
                                                "numoutlets" : 0,
                                                "comment" : "interval in ms is reported here"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-2",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-3",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "- 0.",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 34.0, 143.0, 32.5, 20.0 ],
                                                "id" : "obj-4",
                                                "numinlets" : 2,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 48.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-5",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 47.5, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-6",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 107.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-7",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang stops timing and reports interval"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 48.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-8",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang starts timing interval"
                                            }

                                        }
],
                                    "lines" : [                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-6", 0 ],
                                                "destination" : [ "obj-4", 1 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-4", 0 ],
                                                "destination" : [ "obj-1", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-3", 0 ],
                                                "destination" : [ "obj-4", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-7", 0 ],
                                                "destination" : [ "obj-2", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-2", 0 ],
                                                "destination" : [ "obj-3", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-5", 0 ],
                                                "destination" : [ "obj-6", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-8", 0 ],
                                                "destination" : [ "obj-5", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
]
                                }
,
                                "saved_object_attributes" :                                 {
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "default_fontsize" : 11.595187,
                                    "description" : "",
                                    "digest" : "",
                                    "fontface" : 0,
                                    "fontname" : "Arial",
                                    "fontsize" : 11.595187,
                                    "globalpatchername" : "",
                                    "tags" : ""
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "patching_rect" : [ 41.0, 24.0, 25.0, 25.0 ],
                                "id" : "obj-89",
                                "numinlets" : 0,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1,
                                "comment" : "Go"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 41.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-90",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Bangs"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 155.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-91",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Time"
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 2 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-7", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-91", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 0 ],
                                "destination" : [ "obj-90", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-89", 0 ],
                                "destination" : [ "obj-85", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 1 ],
                                "destination" : [ "obj-86", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 76.0, 136.5, 210.5, 136.5 ],
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 0 ],
                                "destination" : [ "obj-82", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-86", 0 ],
                                "destination" : [ "obj-88", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-87", 0 ],
                                "destination" : [ "obj-88", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 1 ],
                                "destination" : [ "obj-87", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-82", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "default_fontsize" : 12.0,
                    "description" : "",
                    "digest" : "",
                    "fontface" : 0,
                    "fontname" : "Verdana",
                    "fontsize" : 12.0,
                    "globalpatchername" : "",
                    "tags" : ""
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "pattrforward my_num",
                "fontname" : "Verdana",
                "patching_rect" : [ 1011.0, 240.0, 143.0, 21.0 ],
                "id" : "obj-4",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "number",
                "varname" : "my_num",
                "presentation_rect" : [ 1004.0, 320.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 1011.0, 317.0, 76.0, 21.0 ],
                "id" : "obj-13",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "int", "bang" ],
                "numoutlets" : 2
            }

        }
,         {
            "box" :             {
                "maxclass" : "button",
                "presentation_rect" : [ 947.0, 111.0, 0.0, 0.0 ],
                "patching_rect" : [ 954.0, 108.0, 20.0, 20.0 ],
                "id" : "obj-14",
                "numinlets" : 1,
                "outlettype" : [ "bang" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "presentation_rect" : [ 1060.0, 182.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 1067.0, 179.0, 94.0, 21.0 ],
                "id" : "obj-21",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "float", "bang" ],
                "numoutlets" : 2,
                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "p benchmark_Timer",
                "presentation_rect" : [ 947.0, 146.0, 0.0, 0.0 ],
                "fontname" : "Verdana",
                "patching_rect" : [ 954.0, 143.0, 132.0, 21.0 ],
                "id" : "obj-22",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "bang", "int", "float" ],
                "numoutlets" : 3,
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 6,
                        "minor" : 1,
                        "revision" : 6,
                        "architecture" : "x86"
                    }
,
                    "rect" : [ 75.0, 119.0, 304.0, 307.0 ],
                    "bglocked" : 0,
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "gridonopen" : 0,
                    "gridsize" : [ 15.0, 15.0 ],
                    "gridsnaponopen" : 0,
                    "statusbarvisible" : 2,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "description" : "",
                    "digest" : "",
                    "tags" : "",
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 93.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-2",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Index"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "patcherargs 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 92.0, 83.0, 124.0, 21.0 ],
                                "id" : "obj-1",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "", "" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 170.0, 188.0, 94.0, 21.0 ],
                                "id" : "obj-7",
                                "numinlets" : 1,
                                "parameter_enable" : 0,
                                "fontsize" : 12.0,
                                "outlettype" : [ "float", "bang" ],
                                "numoutlets" : 2,
                                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "uzi 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 107.0, 70.0, 21.0 ],
                                "id" : "obj-82",
                                "numinlets" : 2,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang", "int" ],
                                "numoutlets" : 3
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 57.0, 133.0, 21.0 ],
                                "id" : "obj-85",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 201.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-86",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 155.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-87",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "p cputimer",
                                "fontname" : "Arial",
                                "patching_rect" : [ 155.0, 164.0, 65.0, 19.0 ],
                                "id" : "obj-88",
                                "numinlets" : 2,
                                "fontsize" : 11.595187,
                                "outlettype" : [ "float" ],
                                "numoutlets" : 1,
                                "patcher" :                                 {
                                    "fileversion" : 1,
                                    "appversion" :                                     {
                                        "major" : 6,
                                        "minor" : 1,
                                        "revision" : 6,
                                        "architecture" : "x86"
                                    }
,
                                    "rect" : [ 525.0, 182.0, 197.0, 237.0 ],
                                    "bglocked" : 0,
                                    "openinpresentation" : 0,
                                    "default_fontsize" : 11.595187,
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "gridonopen" : 0,
                                    "gridsize" : [ 15.0, 15.0 ],
                                    "gridsnaponopen" : 0,
                                    "statusbarvisible" : 2,
                                    "toolbarvisible" : 1,
                                    "boxanimatetime" : 200,
                                    "imprint" : 0,
                                    "enablehscroll" : 1,
                                    "enablevscroll" : 1,
                                    "devicewidth" : 0.0,
                                    "description" : "",
                                    "digest" : "",
                                    "tags" : "",
                                    "boxes" : [                                         {
                                            "box" :                                             {
                                                "maxclass" : "outlet",
                                                "patching_rect" : [ 34.0, 173.0, 25.0, 25.0 ],
                                                "id" : "obj-1",
                                                "numinlets" : 1,
                                                "numoutlets" : 0,
                                                "comment" : "interval in ms is reported here"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-2",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-3",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "- 0.",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 34.0, 143.0, 32.5, 20.0 ],
                                                "id" : "obj-4",
                                                "numinlets" : 2,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 48.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-5",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 47.5, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-6",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 107.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-7",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang stops timing and reports interval"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 48.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-8",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang starts timing interval"
                                            }

                                        }
],
                                    "lines" : [                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-8", 0 ],
                                                "destination" : [ "obj-5", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-5", 0 ],
                                                "destination" : [ "obj-6", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-2", 0 ],
                                                "destination" : [ "obj-3", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-7", 0 ],
                                                "destination" : [ "obj-2", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-3", 0 ],
                                                "destination" : [ "obj-4", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-4", 0 ],
                                                "destination" : [ "obj-1", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-6", 0 ],
                                                "destination" : [ "obj-4", 1 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
]
                                }
,
                                "saved_object_attributes" :                                 {
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "default_fontsize" : 11.595187,
                                    "description" : "",
                                    "digest" : "",
                                    "fontface" : 0,
                                    "fontname" : "Arial",
                                    "fontsize" : 11.595187,
                                    "globalpatchername" : "",
                                    "tags" : ""
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "patching_rect" : [ 41.0, 24.0, 25.0, 25.0 ],
                                "id" : "obj-89",
                                "numinlets" : 0,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1,
                                "comment" : "Go"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 41.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-90",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Bangs"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 155.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-91",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Time"
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-82", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 1 ],
                                "destination" : [ "obj-87", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-87", 0 ],
                                "destination" : [ "obj-88", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-86", 0 ],
                                "destination" : [ "obj-88", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 0 ],
                                "destination" : [ "obj-82", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 1 ],
                                "destination" : [ "obj-86", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 76.0, 136.5, 210.5, 136.5 ],
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-89", 0 ],
                                "destination" : [ "obj-85", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 0 ],
                                "destination" : [ "obj-90", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-91", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-7", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 2 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "default_fontsize" : 12.0,
                    "description" : "",
                    "digest" : "",
                    "fontface" : 0,
                    "fontname" : "Verdana",
                    "fontsize" : 12.0,
                    "globalpatchername" : "",
                    "tags" : ""
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "pvar pvartesty",
                "fontname" : "Verdana",
                "patching_rect" : [ 717.0, 245.0, 98.0, 21.0 ],
                "id" : "obj-16",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "number",
                "varname" : "pvartesty",
                "fontname" : "Verdana",
                "patching_rect" : [ 717.0, 322.0, 76.0, 21.0 ],
                "id" : "obj-17",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "int", "bang" ],
                "numoutlets" : 2
            }

        }
,         {
            "box" :             {
                "maxclass" : "button",
                "patching_rect" : [ 660.0, 113.0, 20.0, 20.0 ],
                "id" : "obj-18",
                "numinlets" : 1,
                "outlettype" : [ "bang" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "fontname" : "Verdana",
                "patching_rect" : [ 773.0, 184.0, 94.0, 21.0 ],
                "id" : "obj-19",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "float", "bang" ],
                "numoutlets" : 2,
                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "p benchmark_Timer",
                "fontname" : "Verdana",
                "patching_rect" : [ 660.0, 148.0, 132.0, 21.0 ],
                "id" : "obj-20",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "bang", "int", "float" ],
                "numoutlets" : 3,
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 6,
                        "minor" : 1,
                        "revision" : 6,
                        "architecture" : "x86"
                    }
,
                    "rect" : [ 75.0, 119.0, 304.0, 307.0 ],
                    "bglocked" : 0,
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "gridonopen" : 0,
                    "gridsize" : [ 15.0, 15.0 ],
                    "gridsnaponopen" : 0,
                    "statusbarvisible" : 2,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "description" : "",
                    "digest" : "",
                    "tags" : "",
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 93.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-2",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Index"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "patcherargs 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 92.0, 83.0, 124.0, 21.0 ],
                                "id" : "obj-1",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "", "" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 170.0, 188.0, 94.0, 21.0 ],
                                "id" : "obj-7",
                                "numinlets" : 1,
                                "parameter_enable" : 0,
                                "fontsize" : 12.0,
                                "outlettype" : [ "float", "bang" ],
                                "numoutlets" : 2,
                                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "uzi 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 107.0, 70.0, 21.0 ],
                                "id" : "obj-82",
                                "numinlets" : 2,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang", "int" ],
                                "numoutlets" : 3
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 57.0, 133.0, 21.0 ],
                                "id" : "obj-85",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 201.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-86",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 155.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-87",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "p cputimer",
                                "fontname" : "Arial",
                                "patching_rect" : [ 155.0, 164.0, 65.0, 19.0 ],
                                "id" : "obj-88",
                                "numinlets" : 2,
                                "fontsize" : 11.595187,
                                "outlettype" : [ "float" ],
                                "numoutlets" : 1,
                                "patcher" :                                 {
                                    "fileversion" : 1,
                                    "appversion" :                                     {
                                        "major" : 6,
                                        "minor" : 1,
                                        "revision" : 6,
                                        "architecture" : "x86"
                                    }
,
                                    "rect" : [ 525.0, 182.0, 197.0, 237.0 ],
                                    "bglocked" : 0,
                                    "openinpresentation" : 0,
                                    "default_fontsize" : 11.595187,
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "gridonopen" : 0,
                                    "gridsize" : [ 15.0, 15.0 ],
                                    "gridsnaponopen" : 0,
                                    "statusbarvisible" : 2,
                                    "toolbarvisible" : 1,
                                    "boxanimatetime" : 200,
                                    "imprint" : 0,
                                    "enablehscroll" : 1,
                                    "enablevscroll" : 1,
                                    "devicewidth" : 0.0,
                                    "description" : "",
                                    "digest" : "",
                                    "tags" : "",
                                    "boxes" : [                                         {
                                            "box" :                                             {
                                                "maxclass" : "outlet",
                                                "patching_rect" : [ 34.0, 173.0, 25.0, 25.0 ],
                                                "id" : "obj-1",
                                                "numinlets" : 1,
                                                "numoutlets" : 0,
                                                "comment" : "interval in ms is reported here"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-2",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-3",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "- 0.",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 34.0, 143.0, 32.5, 20.0 ],
                                                "id" : "obj-4",
                                                "numinlets" : 2,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 48.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-5",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 47.5, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-6",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 107.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-7",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang stops timing and reports interval"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 48.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-8",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang starts timing interval"
                                            }

                                        }
],
                                    "lines" : [                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-6", 0 ],
                                                "destination" : [ "obj-4", 1 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-4", 0 ],
                                                "destination" : [ "obj-1", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-3", 0 ],
                                                "destination" : [ "obj-4", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-7", 0 ],
                                                "destination" : [ "obj-2", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-2", 0 ],
                                                "destination" : [ "obj-3", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-5", 0 ],
                                                "destination" : [ "obj-6", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-8", 0 ],
                                                "destination" : [ "obj-5", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
]
                                }
,
                                "saved_object_attributes" :                                 {
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "default_fontsize" : 11.595187,
                                    "description" : "",
                                    "digest" : "",
                                    "fontface" : 0,
                                    "fontname" : "Arial",
                                    "fontsize" : 11.595187,
                                    "globalpatchername" : "",
                                    "tags" : ""
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "patching_rect" : [ 41.0, 24.0, 25.0, 25.0 ],
                                "id" : "obj-89",
                                "numinlets" : 0,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1,
                                "comment" : "Go"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 41.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-90",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Bangs"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 155.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-91",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Time"
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 2 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-7", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-91", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 0 ],
                                "destination" : [ "obj-90", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-89", 0 ],
                                "destination" : [ "obj-85", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 1 ],
                                "destination" : [ "obj-86", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 76.0, 136.5, 210.5, 136.5 ],
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 0 ],
                                "destination" : [ "obj-82", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-86", 0 ],
                                "destination" : [ "obj-88", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-87", 0 ],
                                "destination" : [ "obj-88", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 1 ],
                                "destination" : [ "obj-87", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-82", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "default_fontsize" : 12.0,
                    "description" : "",
                    "digest" : "",
                    "fontface" : 0,
                    "fontname" : "Verdana",
                    "fontsize" : 12.0,
                    "globalpatchername" : "",
                    "tags" : ""
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "r testy",
                "fontname" : "Verdana",
                "patching_rect" : [ 420.0, 278.0, 50.0, 21.0 ],
                "id" : "obj-12",
                "numinlets" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "s testy",
                "fontname" : "Verdana",
                "patching_rect" : [ 420.0, 245.0, 51.0, 21.0 ],
                "id" : "obj-11",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "numoutlets" : 0
            }

        }
,         {
            "box" :             {
                "maxclass" : "number",
                "fontname" : "Verdana",
                "patching_rect" : [ 420.0, 322.0, 76.0, 21.0 ],
                "id" : "obj-6",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "int", "bang" ],
                "numoutlets" : 2
            }

        }
,         {
            "box" :             {
                "maxclass" : "button",
                "patching_rect" : [ 363.0, 113.0, 20.0, 20.0 ],
                "id" : "obj-8",
                "numinlets" : 1,
                "outlettype" : [ "bang" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "fontname" : "Verdana",
                "patching_rect" : [ 476.0, 184.0, 94.0, 21.0 ],
                "id" : "obj-9",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "float", "bang" ],
                "numoutlets" : 2,
                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "p benchmark_Timer",
                "fontname" : "Verdana",
                "patching_rect" : [ 363.0, 148.0, 132.0, 21.0 ],
                "id" : "obj-10",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "bang", "int", "float" ],
                "numoutlets" : 3,
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 6,
                        "minor" : 1,
                        "revision" : 6,
                        "architecture" : "x86"
                    }
,
                    "rect" : [ 75.0, 119.0, 304.0, 307.0 ],
                    "bglocked" : 0,
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "gridonopen" : 0,
                    "gridsize" : [ 15.0, 15.0 ],
                    "gridsnaponopen" : 0,
                    "statusbarvisible" : 2,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "description" : "",
                    "digest" : "",
                    "tags" : "",
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 93.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-2",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Index"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "patcherargs 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 92.0, 83.0, 124.0, 21.0 ],
                                "id" : "obj-1",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "", "" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 170.0, 188.0, 94.0, 21.0 ],
                                "id" : "obj-7",
                                "numinlets" : 1,
                                "parameter_enable" : 0,
                                "fontsize" : 12.0,
                                "outlettype" : [ "float", "bang" ],
                                "numoutlets" : 2,
                                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "uzi 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 107.0, 70.0, 21.0 ],
                                "id" : "obj-82",
                                "numinlets" : 2,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang", "int" ],
                                "numoutlets" : 3
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 57.0, 133.0, 21.0 ],
                                "id" : "obj-85",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 201.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-86",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 155.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-87",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "p cputimer",
                                "fontname" : "Arial",
                                "patching_rect" : [ 155.0, 164.0, 65.0, 19.0 ],
                                "id" : "obj-88",
                                "numinlets" : 2,
                                "fontsize" : 11.595187,
                                "outlettype" : [ "float" ],
                                "numoutlets" : 1,
                                "patcher" :                                 {
                                    "fileversion" : 1,
                                    "appversion" :                                     {
                                        "major" : 6,
                                        "minor" : 1,
                                        "revision" : 6,
                                        "architecture" : "x86"
                                    }
,
                                    "rect" : [ 525.0, 182.0, 197.0, 237.0 ],
                                    "bglocked" : 0,
                                    "openinpresentation" : 0,
                                    "default_fontsize" : 11.595187,
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "gridonopen" : 0,
                                    "gridsize" : [ 15.0, 15.0 ],
                                    "gridsnaponopen" : 0,
                                    "statusbarvisible" : 2,
                                    "toolbarvisible" : 1,
                                    "boxanimatetime" : 200,
                                    "imprint" : 0,
                                    "enablehscroll" : 1,
                                    "enablevscroll" : 1,
                                    "devicewidth" : 0.0,
                                    "description" : "",
                                    "digest" : "",
                                    "tags" : "",
                                    "boxes" : [                                         {
                                            "box" :                                             {
                                                "maxclass" : "outlet",
                                                "patching_rect" : [ 34.0, 173.0, 25.0, 25.0 ],
                                                "id" : "obj-1",
                                                "numinlets" : 1,
                                                "numoutlets" : 0,
                                                "comment" : "interval in ms is reported here"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-2",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-3",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "- 0.",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 34.0, 143.0, 32.5, 20.0 ],
                                                "id" : "obj-4",
                                                "numinlets" : 2,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 48.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-5",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 47.5, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-6",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 107.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-7",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang stops timing and reports interval"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 48.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-8",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang starts timing interval"
                                            }

                                        }
],
                                    "lines" : [                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-8", 0 ],
                                                "destination" : [ "obj-5", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-5", 0 ],
                                                "destination" : [ "obj-6", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-2", 0 ],
                                                "destination" : [ "obj-3", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-7", 0 ],
                                                "destination" : [ "obj-2", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-3", 0 ],
                                                "destination" : [ "obj-4", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-4", 0 ],
                                                "destination" : [ "obj-1", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-6", 0 ],
                                                "destination" : [ "obj-4", 1 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
]
                                }
,
                                "saved_object_attributes" :                                 {
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "default_fontsize" : 11.595187,
                                    "description" : "",
                                    "digest" : "",
                                    "fontface" : 0,
                                    "fontname" : "Arial",
                                    "fontsize" : 11.595187,
                                    "globalpatchername" : "",
                                    "tags" : ""
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "patching_rect" : [ 41.0, 24.0, 25.0, 25.0 ],
                                "id" : "obj-89",
                                "numinlets" : 0,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1,
                                "comment" : "Go"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 41.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-90",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Bangs"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 155.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-91",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Time"
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-82", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 1 ],
                                "destination" : [ "obj-87", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-87", 0 ],
                                "destination" : [ "obj-88", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-86", 0 ],
                                "destination" : [ "obj-88", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 0 ],
                                "destination" : [ "obj-82", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 1 ],
                                "destination" : [ "obj-86", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 76.0, 136.5, 210.5, 136.5 ],
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-89", 0 ],
                                "destination" : [ "obj-85", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 0 ],
                                "destination" : [ "obj-90", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-91", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-7", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 2 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "default_fontsize" : 12.0,
                    "description" : "",
                    "digest" : "",
                    "fontface" : 0,
                    "fontname" : "Verdana",
                    "fontsize" : 12.0,
                    "globalpatchername" : "",
                    "tags" : ""
                }

            }

        }
,         {
            "box" :             {
                "maxclass" : "number",
                "fontname" : "Verdana",
                "patching_rect" : [ 128.0, 322.0, 76.0, 21.0 ],
                "id" : "obj-5",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "int", "bang" ],
                "numoutlets" : 2
            }

        }
,         {
            "box" :             {
                "maxclass" : "button",
                "patching_rect" : [ 71.0, 113.0, 20.0, 20.0 ],
                "id" : "obj-3",
                "numinlets" : 1,
                "outlettype" : [ "bang" ],
                "numoutlets" : 1
            }

        }
,         {
            "box" :             {
                "maxclass" : "flonum",
                "fontname" : "Verdana",
                "patching_rect" : [ 184.0, 184.0, 94.0, 21.0 ],
                "id" : "obj-7",
                "numinlets" : 1,
                "parameter_enable" : 0,
                "fontsize" : 12.0,
                "outlettype" : [ "float", "bang" ],
                "numoutlets" : 2,
                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
            }

        }
,         {
            "box" :             {
                "maxclass" : "newobj",
                "text" : "p benchmark_Timer",
                "fontname" : "Verdana",
                "patching_rect" : [ 71.0, 148.0, 132.0, 21.0 ],
                "id" : "obj-1",
                "numinlets" : 1,
                "fontsize" : 12.0,
                "outlettype" : [ "bang", "int", "float" ],
                "numoutlets" : 3,
                "patcher" :                 {
                    "fileversion" : 1,
                    "appversion" :                     {
                        "major" : 6,
                        "minor" : 1,
                        "revision" : 6,
                        "architecture" : "x86"
                    }
,
                    "rect" : [ 75.0, 119.0, 304.0, 307.0 ],
                    "bglocked" : 0,
                    "openinpresentation" : 0,
                    "default_fontsize" : 12.0,
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "gridonopen" : 0,
                    "gridsize" : [ 15.0, 15.0 ],
                    "gridsnaponopen" : 0,
                    "statusbarvisible" : 2,
                    "toolbarvisible" : 1,
                    "boxanimatetime" : 200,
                    "imprint" : 0,
                    "enablehscroll" : 1,
                    "enablevscroll" : 1,
                    "devicewidth" : 0.0,
                    "description" : "",
                    "digest" : "",
                    "tags" : "",
                    "boxes" : [                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 93.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-2",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Index"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "patcherargs 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 92.0, 83.0, 124.0, 21.0 ],
                                "id" : "obj-1",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "", "" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "flonum",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 170.0, 188.0, 94.0, 21.0 ],
                                "id" : "obj-7",
                                "numinlets" : 1,
                                "parameter_enable" : 0,
                                "fontsize" : 12.0,
                                "outlettype" : [ "float", "bang" ],
                                "numoutlets" : 2,
                                "bgcolor" : [ 0.784314, 0.992157, 0.733333, 1.0 ]
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "uzi 10000",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 107.0, 70.0, 21.0 ],
                                "id" : "obj-82",
                                "numinlets" : 2,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang", "int" ],
                                "numoutlets" : 3
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "t b b",
                                "fontname" : "Verdana",
                                "patching_rect" : [ 41.0, 57.0, 133.0, 21.0 ],
                                "id" : "obj-85",
                                "numinlets" : 1,
                                "fontsize" : 12.0,
                                "outlettype" : [ "bang", "bang" ],
                                "numoutlets" : 2
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 201.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-86",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "button",
                                "patching_rect" : [ 155.0, 141.0, 20.0, 20.0 ],
                                "id" : "obj-87",
                                "numinlets" : 1,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "newobj",
                                "text" : "p cputimer",
                                "fontname" : "Arial",
                                "patching_rect" : [ 155.0, 164.0, 65.0, 19.0 ],
                                "id" : "obj-88",
                                "numinlets" : 2,
                                "fontsize" : 11.595187,
                                "outlettype" : [ "float" ],
                                "numoutlets" : 1,
                                "patcher" :                                 {
                                    "fileversion" : 1,
                                    "appversion" :                                     {
                                        "major" : 6,
                                        "minor" : 1,
                                        "revision" : 6,
                                        "architecture" : "x86"
                                    }
,
                                    "rect" : [ 525.0, 182.0, 197.0, 237.0 ],
                                    "bglocked" : 0,
                                    "openinpresentation" : 0,
                                    "default_fontsize" : 11.595187,
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "gridonopen" : 0,
                                    "gridsize" : [ 15.0, 15.0 ],
                                    "gridsnaponopen" : 0,
                                    "statusbarvisible" : 2,
                                    "toolbarvisible" : 1,
                                    "boxanimatetime" : 200,
                                    "imprint" : 0,
                                    "enablehscroll" : 1,
                                    "enablevscroll" : 1,
                                    "devicewidth" : 0.0,
                                    "description" : "",
                                    "digest" : "",
                                    "tags" : "",
                                    "boxes" : [                                         {
                                            "box" :                                             {
                                                "maxclass" : "outlet",
                                                "patching_rect" : [ 34.0, 173.0, 25.0, 25.0 ],
                                                "id" : "obj-1",
                                                "numinlets" : 1,
                                                "numoutlets" : 0,
                                                "comment" : "interval in ms is reported here"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-2",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 107.0, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-3",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "- 0.",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 34.0, 143.0, 32.5, 20.0 ],
                                                "id" : "obj-4",
                                                "numinlets" : 2,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "b 1",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 48.0, 78.0, 27.0, 20.0 ],
                                                "id" : "obj-5",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "newobj",
                                                "text" : "cpuclock",
                                                "fontname" : "Arial",
                                                "patching_rect" : [ 47.5, 104.0, 56.0, 20.0 ],
                                                "id" : "obj-6",
                                                "numinlets" : 1,
                                                "fontsize" : 11.595187,
                                                "outlettype" : [ "float" ],
                                                "numoutlets" : 1
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 107.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-7",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang stops timing and reports interval"
                                            }

                                        }
,                                         {
                                            "box" :                                             {
                                                "maxclass" : "inlet",
                                                "patching_rect" : [ 48.0, 47.0, 25.0, 25.0 ],
                                                "id" : "obj-8",
                                                "numinlets" : 0,
                                                "outlettype" : [ "bang" ],
                                                "numoutlets" : 1,
                                                "comment" : "bang starts timing interval"
                                            }

                                        }
],
                                    "lines" : [                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-6", 0 ],
                                                "destination" : [ "obj-4", 1 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-4", 0 ],
                                                "destination" : [ "obj-1", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-3", 0 ],
                                                "destination" : [ "obj-4", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-7", 0 ],
                                                "destination" : [ "obj-2", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-2", 0 ],
                                                "destination" : [ "obj-3", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-5", 0 ],
                                                "destination" : [ "obj-6", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
,                                         {
                                            "patchline" :                                             {
                                                "source" : [ "obj-8", 0 ],
                                                "destination" : [ "obj-5", 0 ],
                                                "hidden" : 0,
                                                "disabled" : 0
                                            }

                                        }
]
                                }
,
                                "saved_object_attributes" :                                 {
                                    "default_fontface" : 0,
                                    "default_fontname" : "Arial",
                                    "default_fontsize" : 11.595187,
                                    "description" : "",
                                    "digest" : "",
                                    "fontface" : 0,
                                    "fontname" : "Arial",
                                    "fontsize" : 11.595187,
                                    "globalpatchername" : "",
                                    "tags" : ""
                                }

                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "inlet",
                                "patching_rect" : [ 41.0, 24.0, 25.0, 25.0 ],
                                "id" : "obj-89",
                                "numinlets" : 0,
                                "outlettype" : [ "bang" ],
                                "numoutlets" : 1,
                                "comment" : "Go"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 41.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-90",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Bangs"
                            }

                        }
,                         {
                            "box" :                             {
                                "maxclass" : "outlet",
                                "patching_rect" : [ 155.0, 221.0, 25.0, 25.0 ],
                                "id" : "obj-91",
                                "numinlets" : 1,
                                "numoutlets" : 0,
                                "comment" : "Time"
                            }

                        }
],
                    "lines" : [                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 2 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-7", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-88", 0 ],
                                "destination" : [ "obj-91", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 0 ],
                                "destination" : [ "obj-90", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-89", 0 ],
                                "destination" : [ "obj-85", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-82", 1 ],
                                "destination" : [ "obj-86", 0 ],
                                "hidden" : 0,
                                "midpoints" : [ 76.0, 136.5, 210.5, 136.5 ],
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 0 ],
                                "destination" : [ "obj-82", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-86", 0 ],
                                "destination" : [ "obj-88", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-87", 0 ],
                                "destination" : [ "obj-88", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-85", 1 ],
                                "destination" : [ "obj-87", 0 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
,                         {
                            "patchline" :                             {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-82", 1 ],
                                "hidden" : 0,
                                "disabled" : 0
                            }

                        }
]
                }
,
                "saved_object_attributes" :                 {
                    "default_fontface" : 0,
                    "default_fontname" : "Verdana",
                    "default_fontsize" : 12.0,
                    "description" : "",
                    "digest" : "",
                    "fontface" : 0,
                    "fontname" : "Verdana",
                    "fontsize" : 12.0,
                    "globalpatchername" : "",
                    "tags" : ""
                }

            }

        }
],
    "lines" : [         {
            "patchline" :             {
                "source" : [ "obj-43", 0 ],
                "destination" : [ "obj-29", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-49", 1 ],
                "destination" : [ "obj-48", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-47", 0 ],
                "destination" : [ "obj-49", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-32", 1 ],
                "destination" : [ "obj-43", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-38", 0 ],
                "destination" : [ "obj-40", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-40", 1 ],
                "destination" : [ "obj-39", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-32", 2 ],
                "destination" : [ "obj-31", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-30", 0 ],
                "destination" : [ "obj-32", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-28", 1 ],
                "destination" : [ "obj-24", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-26", 0 ],
                "destination" : [ "obj-28", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-28", 2 ],
                "destination" : [ "obj-27", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-22", 1 ],
                "destination" : [ "obj-4", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-22", 2 ],
                "destination" : [ "obj-21", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-14", 0 ],
                "destination" : [ "obj-22", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-12", 0 ],
                "destination" : [ "obj-6", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-10", 1 ],
                "destination" : [ "obj-11", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-10", 2 ],
                "destination" : [ "obj-9", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-8", 0 ],
                "destination" : [ "obj-10", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-1", 1 ],
                "destination" : [ "obj-5", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-3", 0 ],
                "destination" : [ "obj-1", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-1", 2 ],
                "destination" : [ "obj-7", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-18", 0 ],
                "destination" : [ "obj-20", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-20", 2 ],
                "destination" : [ "obj-19", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
,         {
            "patchline" :             {
                "source" : [ "obj-20", 1 ],
                "destination" : [ "obj-16", 0 ],
                "hidden" : 0,
                "disabled" : 0
            }

        }
],
    "appversion" :     {
        "major" : 6,
        "minor" : 1,
        "revision" : 6,
        "architecture" : "x86"
    }

}
-----------end_max5_patcher-----------

Roman Thilenius's icon

pvar and s/r have in common that both are attaching a name to the data sent.

whereas pvar creates a namespace, i think s/r is doing something very very similar to what [prepend] and [route] are doing to a message.

vichug's icon

:s

max5vsmax6.png
png
Roman Thilenius's icon

lol.

this is why i use max 4.

would love to make you jealous with my efficiency, but i dont have [cputimer]. :D

vichug's icon

bah ! just need a [gen] for control-rate data and voilà...