Version: 9.12.0
SALOMETraceCollectorTest.cxx File Reference
#include "SALOMETraceCollectorTest.hxx"
#include <iostream>
#include <fstream>
#include <string>
#include <cstdlib>
#include "LocalTraceBufferPool.hxx"
#include "utilities.h"
#include "Basics_Utils.hxx"
Include dependency graph for SALOMETraceCollectorTest.cxx:

Macros

#define NUM_THREADS   20
 
#define NUM_MESSAGES   20
 

Functions

void * PrintHello (void *threadid)
 NUM_THREAD are created with function PrintHello, which produces NUM_MESSAGES traces. More...
 

Macro Definition Documentation

◆ NUM_MESSAGES

#define NUM_MESSAGES   20

◆ NUM_THREADS

#define NUM_THREADS   20

Function Documentation

◆ PrintHello()

void* PrintHello ( void *  threadid)

NUM_THREAD are created with function PrintHello, which produces NUM_MESSAGES traces.

References MESSAGE, NUM_MESSAGES, and SALOME_UNUSED.

Referenced by SALOMETraceCollectorTest::testLoadBufferPoolCORBA().