aboutsummaryrefslogtreecommitdiff
path: root/src/tests/raw_printer_test.cc
diff options
context:
space:
mode:
authorSatish Patel <satish.patel@linaro.org>2016-04-26 10:34:31 +0530
committerSatish Patel <satish.patel@linaro.org>2016-04-26 10:34:31 +0530
commit4c18ea2aa859992445ffc48c70f19e792c904f25 (patch)
treedf93855f65d3a7f4227c7d35029890e4fe2f8dde /src/tests/raw_printer_test.cc
parent4e447c8194c7165502f245c7c2a2227c568f6fa5 (diff)
downloadgperftools-4c18ea2aa859992445ffc48c70f19e792c904f25.tar.gz
tcmalloc: chromium port
Ported chromium port of gperftool. The port has all necessary changes for android platform. Details can be tracked at https://chromium.googlesource.com/chromium/src/third_party/tcmalloc/chromium/ e.g. - atomic operations for linux - property based configurations porting using system property for Android case (reading environment variables at startup) - change in config.h as per Android platform - c++11 fixes - Fixed gcc errors/warnings - logging changes as per android log libarary - time calculation and abort call to tcmalloc (For linux)
Diffstat (limited to 'src/tests/raw_printer_test.cc')
-rw-r--r--src/tests/raw_printer_test.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/raw_printer_test.cc b/src/tests/raw_printer_test.cc
index 2c7be6a..3138b50 100644
--- a/src/tests/raw_printer_test.cc
+++ b/src/tests/raw_printer_test.cc
@@ -1,9 +1,5 @@
-// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*-
// Copyright 2009 Google Inc. All Rights Reserved.
// Author: sanjay@google.com (Sanjay Ghemawat)
-//
-// Use of this source code is governed by a BSD-style license that can
-// be found in the LICENSE file.
#include "raw_printer.h"
#include <stdio.h>