Functions | Variables

Regression.cc File Reference

A brief file description. More...

#include "libts.h"
#include "Regression.h"
Include dependency graph for Regression.cc:

Go to the source code of this file.

Functions

char * regression_status_string (int status)
static int start_test (RegressionTest *t)
int rprintf (RegressionTest *t, const char *format,...)
int rperf (RegressionTest *t, const char *tag, double val)
REGRESSION_TEST() Regression (RegressionTest *t, int atype, int *status)

Variables

static RegressionTesttest = NULL
static RegressionTestexclusive_test = NULL
int regression_level = 0

Detailed Description

A brief file description.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file Regression.cc.


Function Documentation

REGRESSION_TEST() Regression ( RegressionTest t,
int  atype,
int *  status 
)

Definition at line 205 of file Regression.cc.

References rperf(), and rprintf().

char* regression_status_string ( int  status  ) 
int rperf ( RegressionTest t,
const char *  tag,
double  val 
)

Definition at line 196 of file Regression.cc.

References RegressionTest::name.

Referenced by Regression().

int rprintf ( RegressionTest t,
const char *  format,
  ... 
)
static int start_test ( RegressionTest t  )  [inline, static]

Variable Documentation

RegressionTest* exclusive_test = NULL [static]

Definition at line 35 of file Regression.cc.

Definition at line 40 of file Regression.cc.

Referenced by run_RegressionTest(), and start_test().

RegressionTest* test = NULL [static]

Definition at line 34 of file Regression.cc.

Referenced by Congestion_CongestionDB(), and Congestion_FailHistory().