Public Member Functions | |
| def | __init__ |
| def | chatter_callback |
| def | node_statistics_callback |
| def | setUp |
| def | test_chatter |
| def | test_nodes_reported |
| def | test_statistics_pids |
| def | timeout |
| def | wait_for_data |
Public Attributes | |
| chatter_msgs | |
| node_statistics_msgs | |
| nodes | |
| start_time | |
Definition at line 34 of file test_profiler.py.
| def test_profiler.TestProfiler.__init__ | ( | self, | |
| args | |||
| ) |
Definition at line 35 of file test_profiler.py.
| def test_profiler.TestProfiler.chatter_callback | ( | self, | |
| data | |||
| ) |
Definition at line 56 of file test_profiler.py.
| def test_profiler.TestProfiler.node_statistics_callback | ( | self, | |
| data | |||
| ) |
Definition at line 52 of file test_profiler.py.
| def test_profiler.TestProfiler.setUp | ( | self | ) |
Definition at line 45 of file test_profiler.py.
| def test_profiler.TestProfiler.test_chatter | ( | self | ) |
Test that chatter is talking
Definition at line 87 of file test_profiler.py.
| def test_profiler.TestProfiler.test_nodes_reported | ( | self | ) |
Tests to make sure that we received statistics about the correct processes
Definition at line 73 of file test_profiler.py.
| def test_profiler.TestProfiler.test_statistics_pids | ( | self | ) |
Make sure each node has a unique PID
Definition at line 79 of file test_profiler.py.
| def test_profiler.TestProfiler.timeout | ( | self, | |
| duration | |||
| ) |
Returns True if the time since setup is greater then the duration, else False. duration - time in seconds
Definition at line 59 of file test_profiler.py.
| def test_profiler.TestProfiler.wait_for_data | ( | self | ) |
Waits to receive statistics data
Definition at line 65 of file test_profiler.py.
Definition at line 35 of file test_profiler.py.
Definition at line 35 of file test_profiler.py.
Definition at line 35 of file test_profiler.py.
Definition at line 35 of file test_profiler.py.