1. Please add some cvar so there will be ability for comparing "totalSeconds" not only with 0.2sec
    It's for debug purpose, I can't find any way for finding small lags or maybe suggest some other way

    Plugin.cs:
    Code:
    public object CallHook(string hook, params object[] args)
    {
         ....
      if (totalSeconds > 0.2)
      {
           ...
      }
    }