alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include "server/job.hpp"
#include "server/request_manager.hpp"
#include "server/cache.hpp"
#include "server/tile.hpp"
#include "server/tile_identifier.hpp"
#include "server/stylesheet_manager.hpp"
#include "server/stylesheet.hpp"
#include "server/renderer/renderer.hpp"
#include "server/meta_identifier.hpp"
#include "server/http_request.hpp"
#include "general/geodata.hpp"
#include "general/configuration.hpp"
#include "server/render_attributes.hpp"
#include "utils/rect.hpp"
#include "utils/transform.hpp"
#include "utils/statistic.hpp"
Go to the source code of this file.
Macros | |
#define | STAT_START(_X) Statistic::Get()->start(measurement, _X) |
This file is part of alaCarte. More... | |
#define | STAT_STOP(_X) Statistic::Get()->stop(measurement, _X) |
#define | STAT_STATS(_X, _Y, _Z) Statistic::Get()->setStats(measurement, _X, _Y, _Z) |
#define | STAT_WRITE() Statistic::Get()->finished(measurement) |
#define STAT_START | ( | _X | ) | Statistic::Get()->start(measurement, _X) |
This file is part of alaCarte.
alaCarte is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
alaCarte is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with alaCarte. If not, see http://www.gnu.org/licenses/.
Copyright alaCarte 2012-2013 Simon Dreher, Florian Jacob, Tobias Kahlert, Patrick Niklaus, Bernhard Scheirle, Lisa Winter Maintainer: Bernhard Scheirle
#define STAT_STATS | ( | _X, | |
_Y, | |||
_Z | |||
) | Statistic::Get()->setStats(measurement, _X, _Y, _Z) |
#define STAT_STOP | ( | _X | ) | Statistic::Get()->stop(measurement, _X) |
#define STAT_WRITE | ( | ) | Statistic::Get()->finished(measurement) |