tau.h | tau.h | |||
---|---|---|---|---|
// -*- C++ -*- | ||||
/************************************************************************** * | /************************************************************************** * | |||
* blitz/tau.h Integration with the Tau profiling package. | * blitz/tau.h Integration with the Tau profiling package. | |||
* See http://www.acl.lanl.gov/tau/ | * See http://www.acl.lanl.gov/tau/ | |||
* | * | |||
* $Id: tau.h,v 1.3 2003/01/14 11:29:18 patricg Exp $ | * $Id$ | |||
* | * | |||
* Copyright (C) 1997-2001 Todd Veldhuizen <tveldhui@oonumerics.org> | * Copyright (C) 1997-2011 Todd Veldhuizen <tveldhui@acm.org> | |||
* | * | |||
* This program is free software; you can redistribute it and/or | * This file is a part of Blitz. | |||
* modify it under the terms of the GNU General Public License | * | |||
* as published by the Free Software Foundation; either version 2 | * Blitz is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Lesser General Public License | ||||
* as published by the Free Software Foundation, either version 3 | ||||
* of the License, or (at your option) any later version. | * of the License, or (at your option) any later version. | |||
* | * | |||
* This program is distributed in the hope that it will be useful, | * Blitz is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU General Public License for more details. | * GNU Lesser General Public License for more details. | |||
* | ||||
* You should have received a copy of the GNU Lesser General Public | ||||
* License along with Blitz. If not, see <http://www.gnu.org/licenses/>. | ||||
* | * | |||
* Suggestions: blitz-dev@oonumerics.org | * Suggestions: blitz-devel@lists.sourceforge.net | |||
* Bugs: blitz-bugs@oonumerics.org | * Bugs: blitz-support@lists.sourceforge.net | |||
* | * | |||
* For more information, please see the Blitz++ Home Page: | * For more information, please see the Blitz++ Home Page: | |||
* http://oonumerics.org/blitz/ | * https://sourceforge.net/projects/blitz/ | |||
* | * | |||
************************************************************************** */ | ************************************************************************** */ | |||
#ifndef BZ_TAU_H | #ifndef BZ_TAU_H | |||
#define BZ_TAU_H | #define BZ_TAU_H | |||
#ifdef BZ_TAU_PROFILING | #ifdef BZ_TAU_PROFILING | |||
#define TAU_BLITZ TAU_USER1 | #define TAU_BLITZ TAU_USER1 | |||
#include <Profile/Profiler.h> | #include <Profile/Profiler.h> | |||
End of changes. 8 change blocks. | ||||
10 lines changed or deleted | 16 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |