hoaproject / Bench

The Hoa\Bench library.

Home Page:https://hoa-project.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English documentation of #30

1e1 opened this issue · comments

commented

Write english documentation for #30

  • new Bench methods
    /**
     * Pause all marks.
     *
     * @return  array
     */
    public function pause();

    /**
     * Resume all marks.
     *
     * @param   array  $runningMarks    The marks to resume.
     * @return  void
     */
    public function resume($runningMarks);