132 lines
28 KiB
HTML
132 lines
28 KiB
HTML
<!-- HTML header for doxygen 1.8.18-->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.15"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>OR-Tools: logging_utilities.h Source File</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>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(initResizable);
|
|
/* @license-end */</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>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">OR-Tools
|
|
 <span id="projectnumber">9.2</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
|
<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>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</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('logging__utilities_8h_source.html','');});
|
|
/* @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="headertitle">
|
|
<div class="title">logging_utilities.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="logging__utilities_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// Copyright 2010-2021 Google LLC</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Licensed under the Apache License, Version 2.0 (the "License");</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// You may obtain a copy of the License at</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">//</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">// distributed under the License is distributed on an "AS IS" BASIS,</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">// See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">// limitations under the License.</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> </div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#ifndef OR_TOOLS_BASE_LOGGING_UTILITIES_H_</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#define OR_TOOLS_BASE_LOGGING_UTILITIES_H_</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include <string></span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#include "absl/base/internal/sysinfo.h"</span> <span class="comment">// for GetTID().</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#include "absl/base/macros.h"</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#include "absl/synchronization/mutex.h"</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include "<a class="code" href="base_2logging_8h.html">ortools/base/logging.h</a>"</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="keyword">namespace </span><a class="code" href="namespacegoogle.html">google</a> {</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="keyword">namespace </span>logging_internal {</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="namespacegoogle_1_1logging__internal.html#a43adca49683a5766aecb000c340e988c">ProgramInvocationShortName</a>();</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keywordtype">bool</span> <a class="code" href="namespacegoogle_1_1logging__internal.html#aa3792ddc75755350b76a7b196369eda3">IsGoogleLoggingInitialized</a>();</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> int64_t <a class="code" href="namespacegoogle_1_1logging__internal.html#af8454039845aad804abcbabf98b68b23">CycleClock_Now</a>();</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> </div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> int64_t <a class="code" href="namespacegoogle_1_1logging__internal.html#aedfcd190e296797088cd453c4d6796a0">UsecToCycles</a>(int64_t usec);</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> int32_t <a class="code" href="namespacegoogle_1_1logging__internal.html#ac6be87e218241680245d9fac1b530ad4">GetMainThreadPid</a>();</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> </div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespacegoogle_1_1logging__internal.html#aa5bcfef09a25e887a41b29f9ba9be836">GetTID</a>();</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">const</span> std::string& <a class="code" href="namespacegoogle_1_1logging__internal.html#a524ba2b8ce15ad01369c230545fc3ec6">MyUserName</a>();</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="comment">// Get the part of filepath after the last path separator.</span></div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment">// (Doesn't modify filepath, contrary to basename() in libgen.h.)</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="namespacegoogle_1_1logging__internal.html#af7c52c82f4832b6bfabe0c86a0c19d2e">const_basename</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* filepath);</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment">// Wrapper of __sync_val_compare_and_swap. If the GCC extension isn't</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment">// defined, we try the CPU specific logics (we only support x86 and</span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="comment">// x86_64 for now) first, then use a naive implementation, which has a</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="comment">// race condition.</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="namespacegoogle_1_1logging__internal.html#ae48c15a4cb2d1c03ec053b1a20fcde98"> 50</a></span> <span class="keyword">inline</span> T <a class="code" href="namespacegoogle_1_1logging__internal.html#ae48c15a4cb2d1c03ec053b1a20fcde98">sync_val_compare_and_swap</a>(T* ptr, T oldval, T newval) {</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor">#if defined(__GNUC__)</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keywordflow">return</span> __sync_val_compare_and_swap(ptr, oldval, newval);</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  T ret = *ptr;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordflow">if</span> (ret == oldval) {</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  *ptr = newval;</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  }</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> }</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="keywordtype">void</span> <a class="code" href="namespacegoogle_1_1logging__internal.html#a07cf4471662221986927d079727609d8">DumpStackTraceToString</a>(std::string* stacktrace);</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="structgoogle_1_1logging__internal_1_1_crash_reason.html"> 64</a></span> <span class="keyword">struct </span><a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html">CrashReason</a> {</div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a3d2a1cdf0d1e665c8c7dc062d155ec6b"> 65</a></span>  <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a3d2a1cdf0d1e665c8c7dc062d155ec6b">CrashReason</a>() : <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a7efa5e9c7494c7d4586359300221aa5d">filename</a>(0), <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#ada7b81cc6d5bbe25b92c0162697e0f58">line_number</a>(0), <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a254bf0858da09c96a48daf64404eb4f8">message</a>(0), <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#acb5ba97551079e0b072c62c21d784ac5">depth</a>(0) {}</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> </div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a7efa5e9c7494c7d4586359300221aa5d"> 67</a></span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a7efa5e9c7494c7d4586359300221aa5d">filename</a>;</div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#ada7b81cc6d5bbe25b92c0162697e0f58"> 68</a></span>  <span class="keywordtype">int</span> <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#ada7b81cc6d5bbe25b92c0162697e0f58">line_number</a>;</div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a254bf0858da09c96a48daf64404eb4f8"> 69</a></span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a254bf0858da09c96a48daf64404eb4f8">message</a>;</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="comment">// We'll also store a bit of stack trace context at the time of crash as</span></div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="comment">// it may not be available later on.</span></div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a155108dfb07b71f192a35ce75199ed33"> 73</a></span>  <span class="keywordtype">void</span>* <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a155108dfb07b71f192a35ce75199ed33">stack</a>[32];</div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#acb5ba97551079e0b072c62c21d784ac5"> 74</a></span>  <span class="keywordtype">int</span> <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html#acb5ba97551079e0b072c62c21d784ac5">depth</a>;</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> };</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span> </div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="keywordtype">void</span> <a class="code" href="namespacegoogle_1_1logging__internal.html#a88dfce8ed7ee385f0238de1387ea7845">SetCrashReason</a>(<span class="keyword">const</span> <a class="code" href="structgoogle_1_1logging__internal_1_1_crash_reason.html">CrashReason</a>* r);</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="keywordtype">void</span> <a class="code" href="namespacegoogle_1_1logging__internal.html#a2cfbf632d17403200c1f304a45831c58">InitGoogleLoggingUtilities</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* argv0);</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="keywordtype">void</span> <a class="code" href="namespacegoogle_1_1logging__internal.html#ade3847fd506fd2139eba5bfb459e74ca">ShutdownGoogleLoggingUtilities</a>();</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> </div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> } <span class="comment">// namespace logging_internal</span></div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span> } <span class="comment">// namespace google</span></div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> </div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="preprocessor">#endif // OR_TOOLS_BASE_LOGGING_UTILITIES_H_</span></div><div class="ttc" id="structgoogle_1_1logging__internal_1_1_crash_reason_html_ada7b81cc6d5bbe25b92c0162697e0f58"><div class="ttname"><a href="structgoogle_1_1logging__internal_1_1_crash_reason.html#ada7b81cc6d5bbe25b92c0162697e0f58">google::logging_internal::CrashReason::line_number</a></div><div class="ttdeci">int line_number</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8h_source.html#l00068">logging_utilities.h:68</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_aa5bcfef09a25e887a41b29f9ba9be836"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#aa5bcfef09a25e887a41b29f9ba9be836">google::logging_internal::GetTID</a></div><div class="ttdeci">unsigned int GetTID()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00227">logging_utilities.cc:227</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_ade3847fd506fd2139eba5bfb459e74ca"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#ade3847fd506fd2139eba5bfb459e74ca">google::logging_internal::ShutdownGoogleLoggingUtilities</a></div><div class="ttdeci">void ShutdownGoogleLoggingUtilities()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00317">logging_utilities.cc:317</a></div></div>
|
|
<div class="ttc" id="structgoogle_1_1logging__internal_1_1_crash_reason_html"><div class="ttname"><a href="structgoogle_1_1logging__internal_1_1_crash_reason.html">google::logging_internal::CrashReason</a></div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8h_source.html#l00064">logging_utilities.h:64</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a88dfce8ed7ee385f0238de1387ea7845"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a88dfce8ed7ee385f0238de1387ea7845">google::logging_internal::SetCrashReason</a></div><div class="ttdeci">void SetCrashReason(const CrashReason *r)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00299">logging_utilities.cc:299</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_ae48c15a4cb2d1c03ec053b1a20fcde98"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#ae48c15a4cb2d1c03ec053b1a20fcde98">google::logging_internal::sync_val_compare_and_swap</a></div><div class="ttdeci">T sync_val_compare_and_swap(T *ptr, T oldval, T newval)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8h_source.html#l00050">logging_utilities.h:50</a></div></div>
|
|
<div class="ttc" id="structgoogle_1_1logging__internal_1_1_crash_reason_html_a3d2a1cdf0d1e665c8c7dc062d155ec6b"><div class="ttname"><a href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a3d2a1cdf0d1e665c8c7dc062d155ec6b">google::logging_internal::CrashReason::CrashReason</a></div><div class="ttdeci">CrashReason()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8h_source.html#l00065">logging_utilities.h:65</a></div></div>
|
|
<div class="ttc" id="structgoogle_1_1logging__internal_1_1_crash_reason_html_a7efa5e9c7494c7d4586359300221aa5d"><div class="ttname"><a href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a7efa5e9c7494c7d4586359300221aa5d">google::logging_internal::CrashReason::filename</a></div><div class="ttdeci">const char * filename</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8h_source.html#l00067">logging_utilities.h:67</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a07cf4471662221986927d079727609d8"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a07cf4471662221986927d079727609d8">google::logging_internal::DumpStackTraceToString</a></div><div class="ttdeci">void DumpStackTraceToString(std::string *stacktrace)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00291">logging_utilities.cc:291</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_ac6be87e218241680245d9fac1b530ad4"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#ac6be87e218241680245d9fac1b530ad4">google::logging_internal::GetMainThreadPid</a></div><div class="ttdeci">int32_t GetMainThreadPid()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00236">logging_utilities.cc:236</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_af7c52c82f4832b6bfabe0c86a0c19d2e"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#af7c52c82f4832b6bfabe0c86a0c19d2e">google::logging_internal::const_basename</a></div><div class="ttdeci">const char * const_basename(const char *filepath)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00238">logging_utilities.cc:238</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_af8454039845aad804abcbabf98b68b23"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#af8454039845aad804abcbabf98b68b23">google::logging_internal::CycleClock_Now</a></div><div class="ttdeci">int64_t CycleClock_Now()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00231">logging_utilities.cc:231</a></div></div>
|
|
<div class="ttc" id="structgoogle_1_1logging__internal_1_1_crash_reason_html_a254bf0858da09c96a48daf64404eb4f8"><div class="ttname"><a href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a254bf0858da09c96a48daf64404eb4f8">google::logging_internal::CrashReason::message</a></div><div class="ttdeci">const char * message</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8h_source.html#l00069">logging_utilities.h:69</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a43adca49683a5766aecb000c340e988c"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a43adca49683a5766aecb000c340e988c">google::logging_internal::ProgramInvocationShortName</a></div><div class="ttdeci">const char * ProgramInvocationShortName()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00214">logging_utilities.cc:214</a></div></div>
|
|
<div class="ttc" id="structgoogle_1_1logging__internal_1_1_crash_reason_html_acb5ba97551079e0b072c62c21d784ac5"><div class="ttname"><a href="structgoogle_1_1logging__internal_1_1_crash_reason.html#acb5ba97551079e0b072c62c21d784ac5">google::logging_internal::CrashReason::depth</a></div><div class="ttdeci">int depth</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8h_source.html#l00074">logging_utilities.h:74</a></div></div>
|
|
<div class="ttc" id="base_2logging_8h_html"><div class="ttname"><a href="base_2logging_8h.html">logging.h</a></div></div>
|
|
<div class="ttc" id="structgoogle_1_1logging__internal_1_1_crash_reason_html_a155108dfb07b71f192a35ce75199ed33"><div class="ttname"><a href="structgoogle_1_1logging__internal_1_1_crash_reason.html#a155108dfb07b71f192a35ce75199ed33">google::logging_internal::CrashReason::stack</a></div><div class="ttdeci">void * stack[32]</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8h_source.html#l00073">logging_utilities.h:73</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_aa3792ddc75755350b76a7b196369eda3"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#aa3792ddc75755350b76a7b196369eda3">google::logging_internal::IsGoogleLoggingInitialized</a></div><div class="ttdeci">bool IsGoogleLoggingInitialized()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00223">logging_utilities.cc:223</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a2cfbf632d17403200c1f304a45831c58"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a2cfbf632d17403200c1f304a45831c58">google::logging_internal::InitGoogleLoggingUtilities</a></div><div class="ttdeci">void InitGoogleLoggingUtilities(const char *argv0)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00304">logging_utilities.cc:304</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_html"><div class="ttname"><a href="namespacegoogle.html">google</a></div><div class="ttdef"><b>Definition:</b> <a href="log__severity_8h_source.html#l00024">log_severity.h:24</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a524ba2b8ce15ad01369c230545fc3ec6"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a524ba2b8ce15ad01369c230545fc3ec6">google::logging_internal::MyUserName</a></div><div class="ttdeci">const std::string & MyUserName()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00247">logging_utilities.cc:247</a></div></div>
|
|
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_aedfcd190e296797088cd453c4d6796a0"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#aedfcd190e296797088cd453c4d6796a0">google::logging_internal::UsecToCycles</a></div><div class="ttdeci">int64_t UsecToCycles(int64_t usec)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00233">logging_utilities.cc:233</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- HTML footer for doxygen 1.8.18-->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_8f9dc966244f4c6e9b2fa0dee1e4ef1a.html">base</a></li><li class="navelem"><a class="el" href="logging__utilities_8h.html">logging_utilities.h</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.15 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|