2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: Timer Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1Timer.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pri-types" > Private Types< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1Timer-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > Timer Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for Timer:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer__inherit__graph.png" border = "0" usemap = "#Timer_inherit__map" alt = "Inheritance graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for Timer:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer__coll__graph.png" border = "0" usemap = "#Timer_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a6c6916b036bdb57df80a4b89f06fafc0" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a6c6916b036bdb57df80a4b89f06fafc0" > TypeInfo< / a > (" Timer" )< / td > < / tr >
< tr class = "separator:a6c6916b036bdb57df80a4b89f06fafc0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a17896e888578cea83217f4bbef07559a" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a17896e888578cea83217f4bbef07559a" > Timer< / a > ()=default< / td > < / tr >
< tr class = "separator:a17896e888578cea83217f4bbef07559a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa6e879e4f3f8faa96fe75cd800348b4b" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#aa6e879e4f3f8faa96fe75cd800348b4b" > Timer< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Timer.html#acc80e00a8ac919288fb55bd14cc88bf6" > name< / a > )< / td > < / tr >
< tr class = "separator:aa6e879e4f3f8faa96fe75cd800348b4b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0f800fa03829556b3605ec9247c3a409" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a0f800fa03829556b3605ec9247c3a409" > Timer< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Timer.html#acc80e00a8ac919288fb55bd14cc88bf6" > name< / a > , < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > *< a class = "el" href = "classpFlow_1_1Timer.html#a25f65033983a14e73b08a59b5d7cd11a" > parrent< / a > )< / td > < / tr >
< tr class = "separator:a0f800fa03829556b3605ec9247c3a409" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:acc80e00a8ac919288fb55bd14cc88bf6" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#acc80e00a8ac919288fb55bd14cc88bf6" > name< / a > () const< / td > < / tr >
< tr class = "separator:acc80e00a8ac919288fb55bd14cc88bf6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4f8a8b0b7dca75172a8e036314ad1794" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a4f8a8b0b7dca75172a8e036314ad1794" > ~Timer< / a > ()< / td > < / tr >
< tr class = "separator:a4f8a8b0b7dca75172a8e036314ad1794" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a950faea5e9c3f950e81839accf54d136" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a950faea5e9c3f950e81839accf54d136" > removeParrent< / a > ()< / td > < / tr >
< tr class = "separator:a950faea5e9c3f950e81839accf54d136" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab9fe1ac829a669d9cf44d4c7ddd81574" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#ab9fe1ac829a669d9cf44d4c7ddd81574" > level< / a > () const< / td > < / tr >
< tr class = "separator:ab9fe1ac829a669d9cf44d4c7ddd81574" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab7f3740f07fc01cc6949fa5e5aab87f0" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#ab7f3740f07fc01cc6949fa5e5aab87f0" > master< / a > () const< / td > < / tr >
< tr class = "separator:ab7f3740f07fc01cc6949fa5e5aab87f0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a25f65033983a14e73b08a59b5d7cd11a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a25f65033983a14e73b08a59b5d7cd11a" > parrent< / a > () const< / td > < / tr >
< tr class = "separator:a25f65033983a14e73b08a59b5d7cd11a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a60de64d75454385b23995437f1d72669" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a60de64d75454385b23995437f1d72669" > start< / a > ()< / td > < / tr >
< tr class = "separator:a60de64d75454385b23995437f1d72669" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7167f5c196fc5e167bfabde1a730e81d" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a7167f5c196fc5e167bfabde1a730e81d" > pause< / a > ()< / td > < / tr >
< tr class = "separator:a7167f5c196fc5e167bfabde1a730e81d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a41de8150eff044a237990c271d57ea27" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a41de8150eff044a237990c271d57ea27" > resume< / a > ()< / td > < / tr >
< tr class = "separator:a41de8150eff044a237990c271d57ea27" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:aaf81d3fdaf258088d7692fa70cece087" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#aaf81d3fdaf258088d7692fa70cece087" > end< / a > ()< / td > < / tr >
< tr class = "separator:aaf81d3fdaf258088d7692fa70cece087" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac5b452503492dd1c556ff406c28bbb70" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#ac5b452503492dd1c556ff406c28bbb70" > timerActive< / a > () const< / td > < / tr >
< tr class = "separator:ac5b452503492dd1c556ff406c28bbb70" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3ce45ea61ab221e34f89394524f8eeee" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a3ce45ea61ab221e34f89394524f8eeee" > lastTime< / a > () const< / td > < / tr >
< tr class = "separator:a3ce45ea61ab221e34f89394524f8eeee" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1a67a10b75d89b83ecb3f3598f8d395" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#ae1a67a10b75d89b83ecb3f3598f8d395" > totalTime< / a > () const< / td > < / tr >
< tr class = "separator:ae1a67a10b75d89b83ecb3f3598f8d395" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7e12358ebcceb29dea6ecc06f4fc2482" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a7e12358ebcceb29dea6ecc06f4fc2482" > averageTime< / a > () const< / td > < / tr >
< tr class = "separator:a7e12358ebcceb29dea6ecc06f4fc2482" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8d45c29a8c46fc0eb68cd5116e7bb70a" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a8d45c29a8c46fc0eb68cd5116e7bb70a" > accTimersTotal< / a > () const< / td > < / tr >
< tr class = "separator:a8d45c29a8c46fc0eb68cd5116e7bb70a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a878f1a2a8b65bc9bdf57f7c1a3f90a09" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a878f1a2a8b65bc9bdf57f7c1a3f90a09" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os, bool subTree) const< / td > < / tr >
< tr class = "separator:a878f1a2a8b65bc9bdf57f7c1a3f90a09" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af455eab4a4acc3f4b6fae6bb43fdfd2d" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#af455eab4a4acc3f4b6fae6bb43fdfd2d" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:af455eab4a4acc3f4b6fae6bb43fdfd2d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ac8629bd4ac77d5dfcee244067cd186ee" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#ac8629bd4ac77d5dfcee244067cd186ee" > averageTimeMax< / a > () const< / td > < / tr >
< tr class = "separator:ac8629bd4ac77d5dfcee244067cd186ee" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a16ae9c72bb6fe657147cbf9d657176fb" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a16ae9c72bb6fe657147cbf9d657176fb" > accTimersTotalMax< / a > () const< / td > < / tr >
< tr class = "separator:a16ae9c72bb6fe657147cbf9d657176fb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-types" > < / a >
Private Types< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:aad52d0d8782bcf92a17c7e91d3d54051" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#aad52d0d8782bcf92a17c7e91d3d54051" > timer< / a > = std::chrono::high_resolution_clock< / td > < / tr >
< tr class = "separator:aad52d0d8782bcf92a17c7e91d3d54051" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:aa0ce5ac4d2bf83ba61e5a8059feec51d" > < td class = "memItemLeft" align = "right" valign = "top" > timer::time_point  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#aa0ce5ac4d2bf83ba61e5a8059feec51d" > start_< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:aa0ce5ac4d2bf83ba61e5a8059feec51d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > start time < a href = "classpFlow_1_1Timer.html#aa0ce5ac4d2bf83ba61e5a8059feec51d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa0ce5ac4d2bf83ba61e5a8059feec51d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7b835668606a200cf1880f610ef8b9f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#aa7b835668606a200cf1880f610ef8b9f" > numIteration_< / a > = 0< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:aa7b835668606a200cf1880f610ef8b9f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > number of times < a class = "el" href = "classpFlow_1_1Timer.html#a60de64d75454385b23995437f1d72669" > start()< / a > and < a class = "el" href = "classpFlow_1_1Timer.html#aaf81d3fdaf258088d7692fa70cece087" > end()< / a > are called < a href = "classpFlow_1_1Timer.html#aa7b835668606a200cf1880f610ef8b9f" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa7b835668606a200cf1880f610ef8b9f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a36608b2f543efbaab78f3d82b05905d8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a36608b2f543efbaab78f3d82b05905d8" > accTime_< / a > = 0.0< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a36608b2f543efbaab78f3d82b05905d8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > sum of time duratios (in seconds) between all < a class = "el" href = "classpFlow_1_1Timer.html#a60de64d75454385b23995437f1d72669" > start()< / a > and < a class = "el" href = "classpFlow_1_1Timer.html#aaf81d3fdaf258088d7692fa70cece087" > end()< / a > calls < a href = "classpFlow_1_1Timer.html#a36608b2f543efbaab78f3d82b05905d8" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a36608b2f543efbaab78f3d82b05905d8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a25c08d99327d22af095d093026ba409c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a25c08d99327d22af095d093026ba409c" > lastTime_< / a > = 0.0< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a25c08d99327d22af095d093026ba409c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > last time duration < a href = "classpFlow_1_1Timer.html#a25c08d99327d22af095d093026ba409c" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a25c08d99327d22af095d093026ba409c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ab67b8be5b15a62f9d7c2187d799819f2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#ab67b8be5b15a62f9d7c2187d799819f2" > stepAccTime_< / a > = 0.0< / td > < / tr >
< tr class = "memdesc:ab67b8be5b15a62f9d7c2187d799819f2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Accumulative duration for multiple steps between < a class = "el" href = "classpFlow_1_1Timer.html#a60de64d75454385b23995437f1d72669" > start()< / a > and < a class = "el" href = "classpFlow_1_1Timer.html#aaf81d3fdaf258088d7692fa70cece087" > end()< / a > < a href = "classpFlow_1_1Timer.html#ab67b8be5b15a62f9d7c2187d799819f2" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab67b8be5b15a62f9d7c2187d799819f2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a50fd7d13a0f7a6007ca5027b3bb8765a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a50fd7d13a0f7a6007ca5027b3bb8765a" > name_< / a > = " noNameTimer" < / td > < / tr >
< tr class = "memdesc:a50fd7d13a0f7a6007ca5027b3bb8765a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > name for the timer < a href = "classpFlow_1_1Timer.html#a50fd7d13a0f7a6007ca5027b3bb8765a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a50fd7d13a0f7a6007ca5027b3bb8765a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a16bc893238e1dfb531287607045b039c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Timer.html#a16bc893238e1dfb531287607045b039c" > parrent_< / a > = nullptr< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a16bc893238e1dfb531287607045b039c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > parrent of timer < a href = "classpFlow_1_1Timer.html#a16bc893238e1dfb531287607045b039c" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a16bc893238e1dfb531287607045b039c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00033" > 33< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "aad52d0d8782bcf92a17c7e91d3d54051" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aad52d0d8782bcf92a17c7e91d3d54051" > ◆ < / a > < / span > timer< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Timer.html#aad52d0d8782bcf92a17c7e91d3d54051" > timer< / a > = std::chrono::high_resolution_clock< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00037" > 37< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a17896e888578cea83217f4bbef07559a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a17896e888578cea83217f4bbef07559a" > ◆ < / a > < / span > Timer() < span class = "overload" > [1/3]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa6e879e4f3f8faa96fe75cd800348b4b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa6e879e4f3f8faa96fe75cd800348b4b" > ◆ < / a > < / span > Timer() < span class = "overload" > [2/3]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > name< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00073" > 73< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0f800fa03829556b3605ec9247c3a409" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0f800fa03829556b3605ec9247c3a409" > ◆ < / a > < / span > Timer() < span class = "overload" > [3/3]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > name< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > *  < / td >
< td class = "paramname" > < em > parrent< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8cpp_source.html#l00035" > 35< / a > of file < a class = "el" href = "Timer_8cpp_source.html" > Timer.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Timers_8hpp_source.html#l00077" > Timers::addToList()< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00059" > Timer::parrent_< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1Timer_a0f800fa03829556b3605ec9247c3a409_cgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_a0f800fa03829556b3605ec9247c3a409_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "a4f8a8b0b7dca75172a8e036314ad1794" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4f8a8b0b7dca75172a8e036314ad1794" > ◆ < / a > < / span > ~Timer()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ~< a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8cpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "Timer_8cpp_source.html" > Timer.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "ac8629bd4ac77d5dfcee244067cd186ee" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac8629bd4ac77d5dfcee244067cd186ee" > ◆ < / a > < / span > averageTimeMax()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > pFlow::real< / a > averageTimeMax < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8cpp_source.html#l00025" > 25< / a > of file < a class = "el" href = "Timer_8cpp_source.html" > Timer.cpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "MPITimer_8cpp_source.html#l00035" > MPITimer::averageTimeMax()< / a > .< / p >
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1Timer_ac8629bd4ac77d5dfcee244067cd186ee_icgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_ac8629bd4ac77d5dfcee244067cd186ee_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a16ae9c72bb6fe657147cbf9d657176fb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a16ae9c72bb6fe657147cbf9d657176fb" > ◆ < / a > < / span > accTimersTotalMax()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > pFlow::real< / a > accTimersTotalMax < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8cpp_source.html#l00030" > 30< / a > of file < a class = "el" href = "Timer_8cpp_source.html" > Timer.cpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "MPITimer_8cpp_source.html#l00008" > MPITimer::totalTimeMax()< / a > .< / p >
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1Timer_a16ae9c72bb6fe657147cbf9d657176fb_icgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_a16ae9c72bb6fe657147cbf9d657176fb_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
2023-03-27 10:16:23 -07:00
< a id = "a6c6916b036bdb57df80a4b89f06fafc0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6c6916b036bdb57df80a4b89f06fafc0" > ◆ < / a > < / span > TypeInfo()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfo < / td >
< td > (< / td >
< td class = "paramtype" > " Timer"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "acc80e00a8ac919288fb55bd14cc88bf6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acc80e00a8ac919288fb55bd14cc88bf6" > ◆ < / a > < / span > name()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00080" > 80< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00056" > Timer::name_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Timers_8hpp_source.html#l00071" > Timers::addTimer()< / a > .< / p >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer_acc80e00a8ac919288fb55bd14cc88bf6_icgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_acc80e00a8ac919288fb55bd14cc88bf6_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a950faea5e9c3f950e81839accf54d136" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a950faea5e9c3f950e81839accf54d136" > ◆ < / a > < / span > removeParrent()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void removeParrent < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00087" > 87< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00059" > Timer::parrent_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ab9fe1ac829a669d9cf44d4c7ddd81574" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab9fe1ac829a669d9cf44d4c7ddd81574" > ◆ < / a > < / span > level()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > pFlow::int32< / a > level < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1Timers.html#aec9d2fb116b20f02157e55c128b901ba" > Timers< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8cpp_source.html#l00051" > 51< / a > of file < a class = "el" href = "Timer_8cpp_source.html" > Timer.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ab7f3740f07fc01cc6949fa5e5aab87f0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab7f3740f07fc01cc6949fa5e5aab87f0" > ◆ < / a > < / span > master()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual bool master < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1Timers.html#ab7f3740f07fc01cc6949fa5e5aab87f0" > Timers< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a25f65033983a14e73b08a59b5d7cd11a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25f65033983a14e73b08a59b5d7cd11a" > ◆ < / a > < / span > parrent()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > * parrent < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00099" > 99< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00059" > Timer::parrent_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Timers_8hpp_source.html#l00052" > Timers::Timers()< / a > .< / p >
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1Timer_a25f65033983a14e73b08a59b5d7cd11a_icgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_a25f65033983a14e73b08a59b5d7cd11a_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a60de64d75454385b23995437f1d72669" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a60de64d75454385b23995437f1d72669" > ◆ < / a > < / span > start()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void start < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00105" > 105< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00040" > Timer::start_< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00053" > Timer::stepAccTime_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "dynamicPointStructure_8cpp_source.html#l00083" > dynamicPointStructure::beforeIteration()< / a > , < a class = "el" href = "grainInteraction_8cpp_source.html#l00164" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > ::iterate()< / a > , and < a class = "el" href = "sphereInteraction_8cpp_source.html#l00162" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > ::iterate()< / a > .< / p >
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer_a60de64d75454385b23995437f1d72669_icgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_a60de64d75454385b23995437f1d72669_icgraph" alt = "" / > < / div >
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "a7167f5c196fc5e167bfabde1a730e81d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7167f5c196fc5e167bfabde1a730e81d" > ◆ < / a > < / span > pause()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void pause < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00112" > 112< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "VectorAlgorithm_8hpp_source.html#l00026" > pFlow::count()< / a > , < a class = "el" href = "Timer_8hpp_source.html#l00129" > Timer::end()< / a > , < a class = "el" href = "Timer_8hpp_source.html#l00040" > Timer::start_< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00053" > Timer::stepAccTime_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Timer_8hpp_source.html#l00129" > Timer::end()< / a > .< / p >
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1Timer_a7167f5c196fc5e167bfabde1a730e81d_cgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_a7167f5c196fc5e167bfabde1a730e81d_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1Timer_a7167f5c196fc5e167bfabde1a730e81d_icgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_a7167f5c196fc5e167bfabde1a730e81d_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a41de8150eff044a237990c271d57ea27" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a41de8150eff044a237990c271d57ea27" > ◆ < / a > < / span > resume()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void resume < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00123" > 123< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00040" > Timer::start_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aaf81d3fdaf258088d7692fa70cece087" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaf81d3fdaf258088d7692fa70cece087" > ◆ < / a > < / span > end()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void end < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00129" > 129< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00046" > Timer::accTime_< / a > , < a class = "el" href = "Timer_8hpp_source.html#l00049" > Timer::lastTime_< / a > , < a class = "el" href = "Timer_8hpp_source.html#l00043" > Timer::numIteration_< / a > , < a class = "el" href = "Timer_8hpp_source.html#l00112" > Timer::pause()< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00053" > Timer::stepAccTime_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "dynamicPointStructure_8cpp_source.html#l00083" > dynamicPointStructure::beforeIteration()< / a > , < a class = "el" href = "sphereInteraction_8cpp_source.html#l00162" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > ::iterate()< / a > , < a class = "el" href = "grainInteraction_8cpp_source.html#l00164" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > ::iterate()< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00112" > Timer::pause()< / a > .< / p >
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer_aaf81d3fdaf258088d7692fa70cece087_cgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_aaf81d3fdaf258088d7692fa70cece087_cgraph" alt = "" / > < / div >
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer_aaf81d3fdaf258088d7692fa70cece087_icgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_aaf81d3fdaf258088d7692fa70cece087_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ac5b452503492dd1c556ff406c28bbb70" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac5b452503492dd1c556ff406c28bbb70" > ◆ < / a > < / span > timerActive()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool timerActive < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00139" > 139< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00043" > Timer::numIteration_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "Timers_8cpp_source.html#l00024" > Timers::accTimersTotal()< / a > .< / p >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer_ac5b452503492dd1c556ff406c28bbb70_icgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_ac5b452503492dd1c556ff406c28bbb70_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a3ce45ea61ab221e34f89394524f8eeee" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3ce45ea61ab221e34f89394524f8eeee" > ◆ < / a > < / span > lastTime()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > lastTime < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00145" > 145< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00049" > Timer::lastTime_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ae1a67a10b75d89b83ecb3f3598f8d395" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae1a67a10b75d89b83ecb3f3598f8d395" > ◆ < / a > < / span > totalTime()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > totalTime < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00151" > 151< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00046" > Timer::accTime_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Timers_8cpp_source.html#l00024" > Timers::accTimersTotal()< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00163" > Timer::accTimersTotal()< / a > .< / p >
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer_ae1a67a10b75d89b83ecb3f3598f8d395_icgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_ae1a67a10b75d89b83ecb3f3598f8d395_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a7e12358ebcceb29dea6ecc06f4fc2482" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7e12358ebcceb29dea6ecc06f4fc2482" > ◆ < / a > < / span > averageTime()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > averageTime < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00157" > 157< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00046" > Timer::accTime_< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00043" > Timer::numIteration_< / a > .< / p >
< div id = "dynsection-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-14-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer_a7e12358ebcceb29dea6ecc06f4fc2482_cgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_a7e12358ebcceb29dea6ecc06f4fc2482_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a8d45c29a8c46fc0eb68cd5116e7bb70a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8d45c29a8c46fc0eb68cd5116e7bb70a" > ◆ < / a > < / span > accTimersTotal()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > accTimersTotal < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1Timers.html#abe5703bd8255f2ec21ffe5d82dfee164" > Timers< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00163" > 163< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Timer_8hpp_source.html#l00151" > Timer::totalTime()< / a > .< / p >
< div id = "dynsection-15" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-15-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-15-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-15-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer_a8d45c29a8c46fc0eb68cd5116e7bb70a_cgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_a8d45c29a8c46fc0eb68cd5116e7bb70a_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a878f1a2a8b65bc9bdf57f7c1a3f90a09" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a878f1a2a8b65bc9bdf57f7c1a3f90a09" > ◆ < / a > < / span > write()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool write < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > subTree< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1Timers.html#a268ef46f8b8bdbc5512d1ce25b177136" > Timers< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8cpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "Timer_8cpp_source.html" > Timer.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "VectorMath_8hpp_source.html#l00084" > pFlow::abs()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00037" > boldChar< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00027" > defaultColor< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00030" > greenColor< / a > , < a class = "el" href = "numericConstants_8hpp_source.html#l00031" > pFlow::smallValue< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00031" > yellowColor< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Timer_8hpp_source.html#l00178" > pFlow::operator< < ()< / a > , and < a class = "el" href = "Timers_8cpp_source.html#l00046" > Timers::write()< / a > .< / p >
< div id = "dynsection-16" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-16-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-16-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-16-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer_a878f1a2a8b65bc9bdf57f7c1a3f90a09_cgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_a878f1a2a8b65bc9bdf57f7c1a3f90a09_cgraph" alt = "" / > < / div >
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-17" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-17-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-17-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-17-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Timer_a878f1a2a8b65bc9bdf57f7c1a3f90a09_icgraph.png" border = "0" usemap = "#classpFlow_1_1Timer_a878f1a2a8b65bc9bdf57f7c1a3f90a09_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "af455eab4a4acc3f4b6fae6bb43fdfd2d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af455eab4a4acc3f4b6fae6bb43fdfd2d" > ◆ < / a > < / span > read()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual bool read < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1Timers.html#af455eab4a4acc3f4b6fae6bb43fdfd2d" > Timers< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00172" > 172< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "aa0ce5ac4d2bf83ba61e5a8059feec51d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa0ce5ac4d2bf83ba61e5a8059feec51d" > ◆ < / a > < / span > start_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > timer::time_point start_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > start time < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Timer_8hpp_source.html#l00112" > Timer::pause()< / a > , < a class = "el" href = "Timer_8hpp_source.html#l00123" > Timer::resume()< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00105" > Timer::start()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa7b835668606a200cf1880f610ef8b9f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7b835668606a200cf1880f610ef8b9f" > ◆ < / a > < / span > numIteration_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > numIteration_ = 0< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > number of times < a class = "el" href = "classpFlow_1_1Timer.html#a60de64d75454385b23995437f1d72669" > start()< / a > and < a class = "el" href = "classpFlow_1_1Timer.html#aaf81d3fdaf258088d7692fa70cece087" > end()< / a > are called < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Timer_8hpp_source.html#l00157" > Timer::averageTime()< / a > , < a class = "el" href = "Timer_8hpp_source.html#l00129" > Timer::end()< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00139" > Timer::timerActive()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a36608b2f543efbaab78f3d82b05905d8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a36608b2f543efbaab78f3d82b05905d8" > ◆ < / a > < / span > accTime_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > accTime_ = 0.0< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > sum of time duratios (in seconds) between all < a class = "el" href = "classpFlow_1_1Timer.html#a60de64d75454385b23995437f1d72669" > start()< / a > and < a class = "el" href = "classpFlow_1_1Timer.html#aaf81d3fdaf258088d7692fa70cece087" > end()< / a > calls < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Timer_8hpp_source.html#l00157" > Timer::averageTime()< / a > , < a class = "el" href = "Timer_8hpp_source.html#l00129" > Timer::end()< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00151" > Timer::totalTime()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a25c08d99327d22af095d093026ba409c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25c08d99327d22af095d093026ba409c" > ◆ < / a > < / span > lastTime_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > lastTime_ = 0.0< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > last time duration < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Timer_8hpp_source.html#l00129" > Timer::end()< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00145" > Timer::lastTime()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab67b8be5b15a62f9d7c2187d799819f2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab67b8be5b15a62f9d7c2187d799819f2" > ◆ < / a > < / span > stepAccTime_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > stepAccTime_ = 0.0< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Accumulative duration for multiple steps between < a class = "el" href = "classpFlow_1_1Timer.html#a60de64d75454385b23995437f1d72669" > start()< / a > and < a class = "el" href = "classpFlow_1_1Timer.html#aaf81d3fdaf258088d7692fa70cece087" > end()< / a > < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00053" > 53< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Timer_8hpp_source.html#l00129" > Timer::end()< / a > , < a class = "el" href = "Timer_8hpp_source.html#l00112" > Timer::pause()< / a > , and < a class = "el" href = "Timer_8hpp_source.html#l00105" > Timer::start()< / a > .< / p >
< / div >
< / div >
< a id = "a50fd7d13a0f7a6007ca5027b3bb8765a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a50fd7d13a0f7a6007ca5027b3bb8765a" > ◆ < / a > < / span > name_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > name_ = " noNameTimer" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > name for the timer < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Timer_8hpp_source.html#l00080" > Timer::name()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a16bc893238e1dfb531287607045b039c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a16bc893238e1dfb531287607045b039c" > ◆ < / a > < / span > parrent_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > * parrent_ = nullptr< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > parrent of timer < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Timer_8hpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Timer_8hpp_source.html#l00099" > Timer::parrent()< / a > , < a class = "el" href = "Timer_8hpp_source.html#l00087" > Timer::removeParrent()< / a > , and < a class = "el" href = "Timer_8cpp_source.html#l00035" > Timer::Timer()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/Timer/< a class = "el" href = "Timer_8hpp_source.html" > Timer.hpp< / a > < / li >
< li > src/phasicFlow/Timer/< a class = "el" href = "Timer_8cpp_source.html" > Timer.cpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.17 < / li >
< / ul >
< / div >
< / body >
< / html >