_finalize: function()

in MotionMark/resources/runner/benchmark-runner.js [169:178]


    _finalize: function()
    {
        this._removeFrame();

        if (this._client && this._client.didRunSuites)
            this._client.didRunSuites(this._suitesResults);

        if (this._runNextIteration)
            this._runNextIteration();
    }