Пример #1
0
 void NewStringFormatFastString()
 {
     for (int i = 0; i < Times; i++)
     {
         GDebug.Log(DebugFlag.Common, FastString.Format("{0} {1} {2}", 123, 456, 789));
     }
 }