]> granicus.if.org Git - clang/commit
Add optional timing logging for code completion results. This causes a UDP packet
authorTed Kremenek <kremenek@apple.com>
Thu, 15 Apr 2010 01:02:28 +0000 (01:02 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 15 Apr 2010 01:02:28 +0000 (01:02 +0000)
commitda7af32f4e4b43b763019e7a522f4bfd5c060d09
tree19a53565cd86b52e3e2df4b95115261355748ac1
parent325e593a83b20d9bce3628aa78fda983b554814e
Add optional timing logging for code completion results.  This causes a UDP packet
containing the time taken for the code completion to be sent to a designated server
(which is specified using a compile-time -D flag).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101326 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CIndex/CIndexCodeCompletion.cpp