Go to the source code of this file.
Functions | |
printf ("%*s", self->indent,"") | |
printf ("-> %s\n", copyinstr(arg0)) | |
printf ("<- %s %dus\n", copyinstr(arg0),(timestamp-self->times[self->indent])/1000) | |
Variables | |
self int | indent = 2 |
self int | times [int] = timestamp |
printf | ( | "<- %s %dus\n", copyinstr(arg0),(timestamp-self-> | times[self->indent] | ) |
printf | ( | "-> %s\n" | , | |
copyinstr(arg0) | ||||
) |
printf | ( | "%*s" | , | |
self-> | indent, | |||
"" | ||||
) |
Referenced by _proclaim(), _test_ends(), benchmarkForm(), CheckStorage::check(), checkOrphans(), checkSeparation(), checkWidows(), PPFuzzTester::execute(), ProfilerSimpleText::format(), userOptions::LISTER(), DeleteImageCache::main(), main(), plan(), printUTF8(), ImageBuilder::progress(), TableCleanup::progress(), rebuildRecentChangesTablePass2(), DbTestPreviewer::report(), NamespaceConflictChecker::reportConflict(), resolveStubs(), and UpdateLogging::sync().
self indent = 2 |
Definition at line 9 of file tree.d.
Referenced by Services_JSON::encode(), and Services_JSON::encode2().
self times = timestamp |