代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/382594/2633157
cpp benchmark_performance.cpp
// Benchmark_Performance.cpp,v 1.4 2004/08/26 07:59:25 jwillemsen Exp
#define ACE_BUILD_SVC_DLL
#include "Benchmark_Performance.h"
ACE_RCSID(Synch_Benchmarks, Benchmark_Performance, "Benchmark
www.eeworm.com/read/382594/2633220
cpp benchmark_base.cpp
// Benchmark_Base.cpp,v 1.5 2004/05/05 19:01:32 shuston Exp
#if !defined (SYNCHLIB_BUILD_DLL)
#define SYNCHLIB_BUILD_DLL
#endif /* SYNCHLIB_BUILD_DLL */
#include "ace/Log_Msg.h"
#include "Be
www.eeworm.com/read/382594/2633230
h benchmark_base.h
/* -*- C++ -*- */
// Benchmark_Base.h,v 1.4 2003/11/09 04:12:09 dhinton Exp
/* Defines the base class used to dynamically link in the benchmark tests */
#ifndef ACE_BENCHMARK_BASE_H
# define A
www.eeworm.com/read/373367/2762249
py benchmark_tx.py
#!/usr/bin/env python
#
# Copyright 2005, 2006, 2007 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it unde
www.eeworm.com/read/373367/2762255
py benchmark_loopback.py
#!/usr/bin/env python
#
# Copyright 2005, 2006, 2007 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it unde
www.eeworm.com/read/373367/2762258
py benchmark_rx.py
#!/usr/bin/env python
#
# Copyright 2005,2006,2007 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under
www.eeworm.com/read/373367/2764433
cc benchmark_nco.cc
/* -*- c++ -*- */
/*
* Copyright 2002,2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/373367/2764436
cc benchmark_vco.cc
/* -*- c++ -*- */
/*
* Copyright 2002,2004,2005 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/373367/2764524
py benchmark_filters.py
#!/usr/bin/env python
import time
import random
from optparse import OptionParser
from gnuradio import gr
from gnuradio.eng_option import eng_option
def make_random_complex_tuple(L):
result = []