Crossfire Server, Trunk
R22047
|
#include <stdlib.h>
#include <check.h>
#include <global.h>
#include <sproto.h>
#include <toolkit_common.h>
Go to the source code of this file.
Macros | |
#define | HP_DELTA 10 |
#define | NUM_COMETS_TO_CAST 30 |
#define | NUM_TICKS_TO_RUN 500 |
#define | STARTING_HP 25000 |
#define | TEST_MAP_SIZE 40 |
Functions | |
static void | check_hp (const char *test, int hp_row[TEST_MAP_SIZE], int hp_diag[TEST_MAP_SIZE]) |
static END_TEST Suite * | comet_suite (void) |
int | main (void) |
static void | setup (void) |
START_TEST (cast_one_comet) | |
END_TEST | START_TEST (cast_random_comet) |
END_TEST | START_TEST (cast_bunch_comet) |
static void | teardown (void) |
Variables | |
object * | mon |
mapstruct * | test_map |
#define HP_DELTA 10 |
Definition at line 65 of file comet_perf.c.
Referenced by check_hp().
#define NUM_COMETS_TO_CAST 30 |
Definition at line 56 of file comet_perf.c.
Referenced by START_TEST().
#define NUM_TICKS_TO_RUN 500 |
Definition at line 55 of file comet_perf.c.
Referenced by START_TEST().
#define STARTING_HP 25000 |
Definition at line 57 of file comet_perf.c.
Referenced by check_hp(), and setup().
#define TEST_MAP_SIZE 40 |
Definition at line 54 of file comet_perf.c.
Referenced by check_hp(), setup(), and START_TEST().
|
static |
Definition at line 124 of file comet_perf.c.
References FABS, GET_MAP_OB, HP_DELTA, mon, STARTING_HP, and TEST_MAP_SIZE.
Referenced by START_TEST().
|
static |
Definition at line 272 of file comet_perf.c.
References setup(), and teardown().
Referenced by main().
int main | ( | void | ) |
Definition at line 294 of file comet_perf.c.
References cctk_setdatadir(), comet_suite(), FMT64U, init(), Statistics::spell_hash_full, Statistics::spell_merges, Statistics::spell_suppressions, and statistics.
|
static |
Definition at line 77 of file comet_perf.c.
References create_archetype(), FLAG_STAND_STILL, get_empty_map(), mon, NROFATTACKS, object_copy(), object_insert_in_map_at(), object_new(), object_update_speed(), SET_FLAG, STARTING_HP, and TEST_MAP_SIZE.
Referenced by comet_suite().
START_TEST | ( | cast_one_comet | ) |
Definition at line 192 of file comet_perf.c.
References cast_spell(), check_hp(), create_archetype(), NUM_TICKS_TO_RUN, object_insert_in_map_at(), object_insert_in_ob(), process_events(), and TEST_MAP_SIZE.
END_TEST START_TEST | ( | cast_random_comet | ) |
Definition at line 214 of file comet_perf.c.
References cast_spell(), check_hp(), create_archetype(), NUM_COMETS_TO_CAST, NUM_TICKS_TO_RUN, object_insert_in_map_at(), object_insert_in_ob(), object_remove(), process_events(), and TEST_MAP_SIZE.
END_TEST START_TEST | ( | cast_bunch_comet | ) |
Definition at line 247 of file comet_perf.c.
References cast_spell(), check_hp(), create_archetype(), NUM_COMETS_TO_CAST, NUM_TICKS_TO_RUN, object_insert_in_map_at(), object_insert_in_ob(), process_events(), and TEST_MAP_SIZE.
|
static |
Definition at line 120 of file comet_perf.c.
References free_map().
Referenced by comet_suite().
object* mon |
Definition at line 75 of file comet_perf.c.
Referenced by check_hp(), do_monster(), examine_monster(), finish_races(), get_next_mon(), get_random_mon(), mon_info_msg(), move_player_attack(), pets_summon_object(), place_special_exit(), and setup().
mapstruct* test_map |
Definition at line 74 of file comet_perf.c.
Referenced by do_test(), CRECombatSimulator::fight(), monsterFight(), and START_TEST().