ROSS
specialized-lps.c File Reference
#include "ross.h"
#include "analysis-lp.h"

Go to the source code of this file.

Functions

void specialized_lp_setup ()
void specialized_lp_init_mapping ()
void specialized_lp_run ()
const tw_optdefst_special_lp_opts (void)

Variables

int g_st_use_analysis_lps = 0
tw_lpid g_st_analysis_nlp = 0
int g_st_sample_count = 65536
tw_lpid analysis_start_gid = 0
tw_lpid g_st_total_model_lps = 0
const tw_optdef special_lp_opt []

Function Documentation

◆ specialized_lp_init_mapping()

void specialized_lp_init_mapping ( )

◆ specialized_lp_run()

void specialized_lp_run ( )

Definition at line 52 of file specialized-lps.c.

References g_st_sampling_end, and g_tw_ts_end.

Referenced by st_inst_init().

◆ specialized_lp_setup()

◆ st_special_lp_opts()

const tw_optdef * st_special_lp_opts ( void )

Definition at line 67 of file specialized-lps.c.

References special_lp_opt.

Referenced by tw_init().

Variable Documentation

◆ analysis_start_gid

◆ g_st_analysis_nlp

◆ g_st_sample_count

int g_st_sample_count = 65536

Definition at line 13 of file specialized-lps.c.

Referenced by analysis_init().

◆ g_st_total_model_lps

tw_lpid g_st_total_model_lps = 0

Definition at line 16 of file specialized-lps.c.

Referenced by specialized_lp_setup(), and tw_getlocal_lp().

◆ g_st_use_analysis_lps

int g_st_use_analysis_lps = 0

◆ special_lp_opt

const tw_optdef special_lp_opt[]
Initial value:
=
{
TWOPT_GROUP("Specialized ROSS LPs"),
TWOPT_UINT("sample-count", g_st_sample_count, "Number of samples to allocate in memory"),
}
int g_st_sample_count
#define TWOPT_UINT(n, v, h)
Definition tw-opts.h:33
#define TWOPT_GROUP(h)
Definition tw-opts.h:30

Definition at line 59 of file specialized-lps.c.

Referenced by st_special_lp_opts().