35 : event_info(str), base_tick()
37 std::printf(
"Start tick of [%s] :\n",
event_info.c_str());
38 base_tick = Timers::HighResolutionClock::now();
42 const double t((Timers::HighResolutionClock::now() -
base_tick).count()
45 std::printf(
"Performed [%s] in: %f milliseconds.\n",
76 app.Queue.Remove(app.UIResponseLimit);
85 snftime(
char* buf,
size_t ,
const std::tm& tm,
92 std::sprintf(buf, format, tm.tm_year + 1900,
93 tm.tm_mon, tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
106 snftime(str, 80, tm, format);
112 auto p(std::localtime(&t));
116 " @ TranslateTime#2;");
121 shared_ptr<UI::TextList::ListType>
129 return share_raw(
new UI::TextList::ListType(mFamilies.cbegin()