Skip to content

Commit d2ade65

Browse files
committed
acorn: Re-enable stack sampling
1 parent f0f0928 commit d2ade65

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

examples/acorn/service.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
// See the License for the specific language governing permissions and
1616
// limitations under the License.
1717

18-
#include <sstream>
19-
2018
#include <os>
2119
#include <acorn>
2220

@@ -123,7 +121,7 @@ void Service::start()
123121
dashboard_ = std::make_unique<dashboard::Dashboard>(8192);
124122
// Add singleton component
125123
dashboard_->add(dashboard::Memmap::instance());
126-
//dashboard_->add(dashboard::StackSampler::instance());
124+
dashboard_->add(dashboard::StackSampler::instance());
127125
dashboard_->add(dashboard::Status::instance());
128126
// Construct component
129127
dashboard_->construct<dashboard::Statman>(Statman::get());

0 commit comments

Comments
 (0)