Crossfire Server, Branches 1.12  R18729
comet_perf.c File Reference
#include <stdlib.h>
#include <check.h>
#include <global.h>
#include <sproto.h>
+ Include dependency graph for comet_perf.c:

Go to the source code of this file.

Macros

#define HP_DELTA   5
 
#define NUM_COMETS_TO_CAST   30
 
#define NUM_TICKS_TO_RUN   500
 
#define STARTING_HP   25000
 
#define TEST_MAP_SIZE   40
 

Functions

void check_hp (const char *test, int hp_row[TEST_MAP_SIZE], int hp_diag[TEST_MAP_SIZE])
 
END_TEST Suite * comet_suite (void)
 
int main (void)
 
void setup (void)
 
 START_TEST (cast_one_comet)
 
END_TEST START_TEST (cast_random_comet)
 
END_TEST START_TEST (cast_bunch_comet)
 
void teardown (void)
 

Variables

objectmon
 
mapstructtest_map
 

Macro Definition Documentation

#define HP_DELTA   5

Definition at line 64 of file comet_perf.c.

Referenced by check_hp().

#define NUM_COMETS_TO_CAST   30

Definition at line 55 of file comet_perf.c.

Referenced by START_TEST().

#define NUM_TICKS_TO_RUN   500

Definition at line 54 of file comet_perf.c.

Referenced by START_TEST().

#define STARTING_HP   25000

Definition at line 56 of file comet_perf.c.

Referenced by check_hp(), and setup().

#define TEST_MAP_SIZE   40

Definition at line 53 of file comet_perf.c.

Referenced by check_hp(), setup(), and START_TEST().

Function Documentation

void check_hp ( const char *  test,
int  hp_row[TEST_MAP_SIZE],
int  hp_diag[TEST_MAP_SIZE] 
)

Definition at line 129 of file comet_perf.c.

References FABS, GET_MAP_OB, liv::hp, HP_DELTA, obj::name, STARTING_HP, obj::stats, TEST_MAP_SIZE, obj::x, and obj::y.

Referenced by START_TEST().

+ Here is the caller graph for this function:

END_TEST Suite* comet_suite ( void  )

Definition at line 292 of file comet_perf.c.

References setup(), and teardown().

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int main ( void  )

Definition at line 314 of file comet_perf.c.

References comet_suite(), init(), Statistics::spell_hash_full, Statistics::spell_merges, Statistics::spell_suppressions, and statistics.

+ Here is the call graph for this function:

void setup ( void  )

Definition at line 76 of file comet_perf.c.

References copy_object(), create_archetype(), FLAG_STAND_STILL, get_empty_map(), get_object(), liv::hp, insert_ob_in_map(), obj::map, liv::maxhp, NROFATTACKS, obj::resist, SET_FLAG, obj::speed, obj::speed_left, STARTING_HP, obj::stats, test_map, TEST_MAP_SIZE, update_ob_speed(), obj::x, and obj::y.

Referenced by comet_suite().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

START_TEST ( cast_one_comet  )
END_TEST START_TEST ( cast_random_comet  )
END_TEST START_TEST ( cast_bunch_comet  )
void teardown ( void  )

Definition at line 125 of file comet_perf.c.

References free_map().

Referenced by comet_suite().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

mapstruct* test_map

Definition at line 73 of file comet_perf.c.

Referenced by setup(), and START_TEST().