diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-20 18:02:00 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-20 18:02:09 -0800 |
| commit | adb0930bc54dbff26acf131971199c3f57bdd0fb (patch) | |
| tree | 91b7c43a268e37bdce2280a45ce4177ce4ad4cdd /toolsrc/include | |
| parent | 85f2b92958c4f056ef171ebea275450dcfd3efa4 (diff) | |
| download | vcpkg-adb0930bc54dbff26acf131971199c3f57bdd0fb.tar.gz vcpkg-adb0930bc54dbff26acf131971199c3f57bdd0fb.zip | |
[vcpkg-metrics] Adjust reporting of build times
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/metrics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/metrics.h b/toolsrc/include/vcpkg/metrics.h index ee6f8eb51..cb27ba58d 100644 --- a/toolsrc/include/vcpkg/metrics.h +++ b/toolsrc/include/vcpkg/metrics.h @@ -14,6 +14,7 @@ namespace vcpkg::Metrics static void init_user_information(std::string& user_id, std::string& first_use_time); void track_metric(const std::string& name, double value); + void track_buildtime(const std::string& name, double value); void track_property(const std::string& name, const std::string& value); void upload(const std::string& payload); |
