]> granicus.if.org Git - icu/commit
ICU-20593 Trace instrumentation for data loading.
authorShane Carr <shane@unicode.org>
Fri, 7 Jun 2019 21:05:14 +0000 (21:05 +0000)
committerShane F. Carr <shane@unicode.org>
Fri, 7 Jun 2019 22:56:02 +0000 (15:56 -0700)
commit2b611dbf6e2668eae6f8dfc8fc18b9eb56733482
treeffdd6309c5701bd5984eb308df8cb150d69f7a21
parentd1688fd8f1180638738d6bd52e6b4b812359c75b
ICU-20593 Trace instrumentation for data loading.

- Adds hooks to utrace.h to record when ICU reads from locale data.
- Adds userguide page to document the new hooks.
22 files changed:
.travis.yml
docs/userguide/icu_data/buildtool.md
docs/userguide/icu_data/tracing.md [new file with mode: 0644]
icu4c/source/common/Makefile.in
icu4c/source/common/common.vcxproj
icu4c/source/common/common.vcxproj.filters
icu4c/source/common/common_uwp.vcxproj
icu4c/source/common/resource.h
icu4c/source/common/restrace.cpp [new file with mode: 0644]
icu4c/source/common/restrace.h [new file with mode: 0644]
icu4c/source/common/udata.cpp
icu4c/source/common/unicode/utrace.h
icu4c/source/common/uresbund.cpp
icu4c/source/common/uresdata.cpp
icu4c/source/common/uresdata.h
icu4c/source/common/utrace.cpp
icu4c/source/test/depstest/dependencies.txt
icu4c/source/test/intltest/intltest.cpp
icu4c/source/test/intltest/intltest.h
icu4c/source/test/intltest/restsnew.cpp
icu4c/source/test/intltest/restsnew.h
icu4c/source/tools/toolutil/pkgitems.cpp