diff options
Diffstat (limited to 'lldb/tools/lldb-perf/lib/Timer.cpp')
-rw-r--r-- | lldb/tools/lldb-perf/lib/Timer.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lldb/tools/lldb-perf/lib/Timer.cpp b/lldb/tools/lldb-perf/lib/Timer.cpp index bd912474aa2..428328b88d1 100644 --- a/lldb/tools/lldb-perf/lib/Timer.cpp +++ b/lldb/tools/lldb-perf/lib/Timer.cpp @@ -1,10 +1,11 @@ +//===-- Timer.cpp -----------------------------------------------*- C++ -*-===// // -// Timer.cpp -// PerfTestDriver +// The LLVM Compiler Infrastructure // -// Created by Enrico Granata on 3/6/13. -// Copyright (c) 2013 Apple Inc. All rights reserved. +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. // +//===----------------------------------------------------------------------===// #include "Timer.h" #include <assert.h> |