finish_consuming_dead_subbuffer: fix data_size read race, reread new consumed count
[lttng-ust.git] / tests / benchmark / install
... / ...
CommitLineData
1#!/bin/bash
2#
3# install ust
4
5# compile and install UST
6cd ../../
7make clean
8CFLAGS=-O3 ./configure
9make
10sudo make install
11sudo ldconfig
12
13# compile benchmark
14cd tests/benchmark
15make clean && make
This page took 0.022794 seconds and 4 git commands to generate.