CoreNEURON
nrn_stats.h
Go to the documentation of this file.
1
/*
2
# =============================================================================
3
# Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
4
#
5
# See top-level LICENSE file for details.
6
# =============================================================================.
7
*/
8
9
/**
10
* @file nrn_stats.h
11
* @date 25th Dec 2014
12
* @brief Function declarations for the cell statistics
13
*
14
*/
15
16
#pragma once
17
namespace
coreneuron
{
18
/** @brief Reports global cell statistics of the simulation
19
*
20
* This routine prints the global number of cells, synapses of the simulation
21
* @param void
22
* @return void
23
*/
24
void
report_cell_stats
();
25
26
}
// namespace coreneuron
coreneuron::report_cell_stats
void report_cell_stats()
Reports global cell statistics of the simulation.
Definition:
nrn_stats.cpp:30
coreneuron
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
Definition:
corenrn_parameters.cpp:12
coreneuron
utils
nrn_stats.h